]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-tool-name.rs
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[rust.git] / tests / ui / unknown-tool-name.rs
1 #[foo::bar] //~ ERROR failed to resolve: use of undeclared crate or module `foo`
2 fn main() {}