]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/raw-ident-in-path.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[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() {}