mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 08:16:56 +00:00
6 lines
115 B
Rust
6 lines
115 B
Rust
//@ edition: 2018
|
|
|
|
fn main() {
|
|
let try = "foo"; //~ error: expected identifier, found reserved keyword `try`
|
|
}
|