rust/src/test/ui/issues/issue-14772.rs

7 lines
105 B
Rust
Raw Normal View History

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