rust/tests/ui/attributes/main-removed-1.rs

3 lines
75 B
Rust

#[main] //~ ERROR cannot find attribute `main` in this scope
fn main() {}