We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should apply the same fix as rust-lang/rust#74526 to our RefCell wrapper.
The text was updated successfully, but these errors were encountered:
Annotate DomRefCell::borrow/borrow_mut with #[track_caller]
bf6f359
Fixes servo#27336 Signed-off-by: Simon Wülker <[email protected]>
track_caller
269f05d
Fix incorrect documentation and add track_caller to DomRefCell meth…
84b5b64
…ods (#33111) * Fix DomRefCell documentation about panic behaviour Fixes #33099 Signed-off-by: Simon Wülker <[email protected]> * Annotate DomRefCell::borrow/borrow_mut with #[track_caller] Fixes #27336 Signed-off-by: Simon Wülker <[email protected]> --------- Signed-off-by: Simon Wülker <[email protected]>
Successfully merging a pull request may close this issue.
We should apply the same fix as rust-lang/rust#74526 to our RefCell wrapper.
The text was updated successfully, but these errors were encountered: