]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/raw-ident-in-path.rs
Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank
[rust.git] / src / test / 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() {}