9 lines
184 B
Plaintext
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
|
|
|