]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-tool-name.rs
Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu
[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() {}