We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30df151 commit 880e691Copy full SHA for 880e691
src/test/ui/borrowck/issue-33819.rs
@@ -3,7 +3,7 @@ fn main() {
3
match op {
4
Some(ref v) => { let a = &mut v; },
5
//~^ ERROR cannot borrow `v` as mutable, as it is not declared as mutable
6
- //~^ HELP try removing `&mut` here
+ //~| HELP try removing `&mut` here
7
None => {},
8
}
9
0 commit comments