4 lines
146 B
Rust
4 lines
146 B
Rust
|
|
//@ compile-flags: -Zcrate-attr=feature(yeet_expr)]#![allow(warnings)
|
||
|
|
//~? ERROR unexpected token
|
||
|
|
fn foo() {} //~ ERROR `main` function not found
|