blob: 43743b796d5e45697c5a6b7183284cba86ab11ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
error[E0600]: cannot apply unary operator `!` to type `&'static str`
--> $DIR/issue-28308.rs:12:5
|
12 | assert!("foo");
| ^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error(s)
|