rustc/tests/ui/codemap_tests/issue-28308.rs
2023-08-02 10:33:26 +02:00

5 lines
81 B
Rust

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