8 lines
104 B
Rust
8 lines
104 B
Rust
// error-pattern:found `let` in restricted position
|
|
|
|
fn main() {
|
|
alt true {
|
|
{let} { }
|
|
}
|
|
}
|