rust/src/test/ui/issues/issue-14772.rs
2018-12-25 21:08:33 -07:00

7 lines
105 B
Rust

// compile-flags: --test
#[test]
mod foo {} //~ ERROR only functions may be used as tests
fn main() {}