rust/src/test/ui/error-codes/E0600.stderr
2018-02-08 09:09:09 -08:00

9 lines
184 B
Plaintext

error[E0600]: cannot apply unary operator `!` to type `&'static str`
--> $DIR/E0600.rs:12:5
|
12 | !"a"; //~ ERROR E0600
| ^^^^
error: aborting due to previous error