]> git.lizzy.rs Git - rust.git/blob - src/test/ui/elided-test.rs
Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup
[rust.git] / src / test / 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 }