]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0600.stderr
Merge branch 'debian/experimental' into debian/sid
[rustc.git] / src / test / ui / error-codes / E0600.stderr
1 error[E0600]: cannot apply unary operator `!` to type `&'static str`
2 --> $DIR/E0600.rs:2:5
3 |
4 LL | !"a";
5 | ^^^^ cannot apply unary operator `!`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0600`.