Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ops): use qualified borrow in op macro #15769

Merged
merged 1 commit into from Sep 5, 2022
Merged

Conversation

sigmaSd
Copy link
Contributor

@sigmaSd sigmaSd commented Sep 5, 2022

Fix #15764

Use RefCell::borrow instead of state.borrow to avoid clash with std::borrow::Borrow

Fix denoland#15764

Use RefCell::borrow instead of state.borrow to avoid clash with std::borrow::Borrow
@sigmaSd sigmaSd changed the title use qualified borrow in op macro fix(ops): use qualified borrow in op macro Sep 5, 2022
@littledivy littledivy merged commit b0a671d into denoland:main Sep 5, 2022
bartlomieju pushed a commit to bartlomieju/deno that referenced this pull request Sep 5, 2022
Fix denoland#15764

Use RefCell::borrow instead of state.borrow to avoid clash with std::borrow::Borrow
kt3k pushed a commit that referenced this pull request Sep 9, 2022
Fix #15764

Use RefCell::borrow instead of state.borrow to avoid clash with std::borrow::Borrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing std::borrow::Borrow breaks #[op]
2 participants