]> git.lizzy.rs Git - rust.git/blob - src/test/ui/did_you_mean/issue-37139.stderr
Test `expect` with `forbid` and fix doc errors (RFC-2383)
[rust.git] / src / test / ui / did_you_mean / issue-37139.stderr
1 error[E0596]: cannot borrow `x` as mutable, as it is not declared as mutable
2   --> $DIR/issue-37139.rs:12:18
3    |
4 LL |             test(&mut x);
5    |                  ^^^^^^
6    |                  |
7    |                  cannot borrow as mutable
8    |                  help: try removing `&mut` here
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0596`.