blob: 81493f8c45311a1a7e43c1bcaf2569529f736189 [file] [log] [blame] [edit]
fn main() {
assert!("foo");
//~^ ERROR cannot apply unary operator `!`
}