We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Drop
1 parent 93ec619 commit adc3f44Copy full SHA for adc3f44
tests/fail/stacked_borrows/drop_in_place_retag.rs
@@ -1,5 +1,5 @@
1
-//! Test that drop_in_place mutably retags the entire place,
2
-//! ensuring it is writeable
+//! Test that drop_in_place mutably retags the entire place, even for a type that does not need
+//! dropping, ensuring among other things that it is writeable
3
4
//@error-pattern: /retag .* for Unique permission .* only grants SharedReadOnly permission/
5
0 commit comments