6 lines
132 B
Rust
6 lines
132 B
Rust
//@ compile-flags: '-Zcrate-attr=feature(yeet_expr)]fn main(){}#[inline'
|
|
|
|
fn foo() {}
|
|
|
|
//~? ERROR unexpected closing delimiter: `]`
|