]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/raw-ident-in-path.rs
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[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() {}