rust/tests/ui/codemap_tests/issue-28308.rs
2023-01-11 09:32:08 +00:00

5 lines
81 B
Rust

fn main() {
assert!("foo");
//~^ ERROR cannot apply unary operator `!`
}