]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/raw-ident-in-path.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / resolve / raw-ident-in-path.rs
1 // Regression test for issue #63882.
2
3 type A = crate::r#break; //~ ERROR cannot find type `r#break` in the crate root
4
5 fn main() {}