45c1dfe5b3
Since item_consts can't refer to or modify local variables, they don't participate in typestate and thus get empty pre and postconditions by default. Closes #1660
4 lines
40 B
Rust
4 lines
40 B
Rust
fn main() {
|
|
const _x: int = 1<<2;
|
|
}
|