summary refs log tree commit diff
path: root/src/test/ui/issues/issue-14772.rs
blob: 8f6745246fd1db2eb1c3144b46c3793e74a1bb57 (plain)
1
2
3
4
5
6
// compile-flags: --test

#[test]
mod foo {} //~ ERROR only functions may be used as tests

fn main() {}