mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:45:30 +00:00
6 lines
209 B
Rust
6 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`
|