5 lines
115 B
Rust
5 lines
115 B
Rust
//@ edition: 2018
|
|
|
|
fn main() {
|
|
let try = "foo"; //~ error: expected identifier, found reserved keyword `try`
|
|
}
|