]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/main-removed-1.rs
Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb
[rust.git] / src / test / ui / attributes / main-removed-1.rs
1 #[main]  //~ ERROR cannot find attribute `main` in this scope
2 fn main() {}