]> git.lizzy.rs Git - rust.git/blob - tests/ui/elided-test.rs
Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors
[rust.git] / tests / ui / elided-test.rs
1 // error-pattern: `main` function not found
2
3 // Since we're not compiling a test runner this function should be elided
4 // and the build will fail because main doesn't exist
5 #[test]
6 fn main() {
7 }