Fix test
This commit is contained in:
parent
517083fbad
commit
cb5be1bb4c
@ -10,4 +10,5 @@
|
||||
|
||||
fn main() {
|
||||
assert!("foo");
|
||||
//~^ ERROR cannot apply unary operator `!`
|
||||
}
|
||||
|
@ -3,8 +3,6 @@ error[E0600]: cannot apply unary operator `!` to type `&'static str`
|
||||
|
|
||||
LL | assert!("foo");
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user