]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/keyword-mut-as-identifier.stderr
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
[rust.git] / src / test / ui / parser / keyword-mut-as-identifier.stderr
1 error: expected identifier, found `=`
2   --> $DIR/keyword-mut-as-identifier.rs:2:13
3    |
4 LL |     let mut = "foo";
5    |             ^ expected identifier
6
7 error: aborting due to previous error
8