]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-tool-name.rs
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[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() {}