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_ref
dropping_references
1 parent 88d318f commit 931bd01Copy full SHA for 931bd01
tests/fail/stacked_borrows/illegal_write2.rs
@@ -1,4 +1,4 @@
1
-#![allow(drop_ref)]
+#![allow(dropping_references)]
2
3
fn main() {
4
let target = &mut 42;
0 commit comments