8 lines
75 B
Rust
8 lines
75 B
Rust
#![feature(main)]
|
|
|
|
#[main]
|
|
fn foo() {}
|
|
|
|
#[main]
|
|
fn f() {}
|
|
//~^ ERROR E0137
|