2017-05-27 14:34:59 -05:00
|
|
|
error[E0600]: cannot apply unary operator `!` to type `&'static str`
|
2016-08-17 09:20:04 -05:00
|
|
|
--> $DIR/issue-28308.rs:12:5
|
|
|
|
|
|
|
|
|
12 | assert!("foo");
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2016-09-15 12:12:56 -05:00
|
|
|
= note: this error originates in a macro outside of the current crate
|
2016-08-17 09:20:04 -05:00
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2016-08-17 09:20:04 -05:00
|
|
|
|