summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/raw-ident-in-path.rs
blob: 7f1163bebde67b9327021e4a2d059a2c39a61c8b (plain)
1
2
3
4
5
// Regression test for issue #63882.

type A = crate::r#break; //~ ERROR cannot find type `r#break` in the crate root

fn main() {}