5 lines
90 B
Rust
5 lines
90 B
Rust
#[static_assert]
|
|
static E: bool = 1 == 2; //~ ERROR static assertion failed
|
|
|
|
fn main() {}
|