5 lines
209 B
Rust
5 lines
209 B
Rust
// Since we're not compiling a test runner this function should be elided
|
|
// and the build will fail because main doesn't exist
|
|
#[test]
|
|
fn main() {
|
|
} //~ ERROR `main` function not found in crate `elided_test`
|