]> git.proxmox.com Git - rustc.git/blame - src/test/ui/check-static-immutable-mut-slices.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / check-static-immutable-mut-slices.stderr
CommitLineData
5869c6ff 1error[E0764]: mutable references are not allowed in the final value of statics
0731742a 2 --> $DIR/check-static-immutable-mut-slices.rs:3:37
b7449926
XL
3 |
4LL | static TEST: &'static mut [isize] = &mut [];
5869c6ff 5 | ^^^^^^^
b7449926
XL
6
7error: aborting due to previous error
8
f035d41b 9For more information about this error, try `rustc --explain E0764`.