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.
1 parent 50299c6 commit 7745b52Copy full SHA for 7745b52
src/test/ui/nll/issue-47388.rs
@@ -17,4 +17,4 @@ fn main() {
17
let fancy_ref = &(&mut fancy);
18
fancy_ref.num = 6;
19
println!("{}", fancy_ref.num);
20
-}
+}
0 commit comments