-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Use track_caller for DomRefCell #27336
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
Labels
Comments
simonwuelker
added a commit
to simonwuelker/servo
that referenced
this issue
Aug 18, 2024
Fixes servo#27336 Signed-off-by: Simon Wülker <[email protected]>
5 tasks
simonwuelker
added a commit
to simonwuelker/servo
that referenced
this issue
Aug 18, 2024
Fixes servo#27336 Signed-off-by: Simon Wülker <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 19, 2024
…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]>
arihant2math
pushed a commit
to arihant2math/servo
that referenced
this issue
May 20, 2025
…ods (servo#33111) * Fix DomRefCell documentation about panic behaviour Fixes servo#33099 Signed-off-by: Simon Wülker <[email protected]> * Annotate DomRefCell::borrow/borrow_mut with #[track_caller] Fixes servo#27336 Signed-off-by: Simon Wülker <[email protected]> --------- Signed-off-by: Simon Wülker <[email protected]>
arihant2math
pushed a commit
to arihant2math/servo
that referenced
this issue
May 20, 2025
…ods (servo#33111) * Fix DomRefCell documentation about panic behaviour Fixes servo#33099 Signed-off-by: Simon Wülker <[email protected]> * Annotate DomRefCell::borrow/borrow_mut with #[track_caller] Fixes servo#27336 Signed-off-by: Simon Wülker <[email protected]> --------- Signed-off-by: Simon Wülker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: