]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/main-removed-1.rs
Rollup merge of #100169 - WaffleLapkin:optimize_is_aligned_to, r=workingjubilee
[rust.git] / src / test / ui / attributes / main-removed-1.rs
1 #[main]  //~ ERROR cannot find attribute `main` in this scope
2 fn main() {}