about summary refs log tree commit diff
path: root/tests/ui/diagnostic_namespace/requires_path.rs
blob: 4f3a1319cafff691fa59afc63e7c87c44c40b778 (plain)
1
2
3
4
5
6
7
#[diagnostic]
//~^ERROR cannot find attribute `diagnostic` in this scope
pub struct Bar;


fn main() {
}