rust/src/test/ui/codemap_tests/issue-28308.stderr

10 lines
294 B
Plaintext
Raw Normal View History

error[E0600]: cannot apply unary operator `!` to type `&'static str`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-28308.rs:2:5
|
2018-02-22 18:42:32 -06:00
LL | assert!("foo");
2018-05-08 14:20:41 -05:00
| ^^^^^^^^^^^^^^^ cannot apply unary operator `!`
error: aborting due to previous error
2018-03-03 08:59:40 -06:00
For more information about this error, try `rustc --explain E0600`.