]> git.lizzy.rs Git - rust.git/blob - src/test/ui/borrowck/borrowck-assign-to-constants.stderr
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / test / ui / borrowck / borrowck-assign-to-constants.stderr
1 error[E0594]: cannot assign to immutable static item `foo`
2   --> $DIR/borrowck-assign-to-constants.rs:5:5
3    |
4 LL |     foo = 6;
5    |     ^^^^^^^ cannot assign
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0594`.