]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mut-ref.stderr
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / test / ui / mut-ref.stderr
1 error: the order of `mut` and `ref` is incorrect
2   --> $DIR/mut-ref.rs:14:9
3    |
4 14 |     let mut ref x = 10;
5    |         ^^^^^^^ help: try switching the order: `ref mut`
6
7 error: aborting due to previous error
8