]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-tool-name.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' 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() {}