summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unknown-tool-name.rs
blob: 73fca61c65d1bbcf0932fc9143bcb2bd8687ecb3 (plain)
1
2
#[foo::bar] //~ ERROR failed to resolve: use of undeclared crate or module `foo`
fn main() {}