summary refs log tree commit diff
path: root/src/test/ui/resolve/raw-ident-in-path.rs
blob: 1bcbef594374103c48081eb7dab0af0e6121deb6 (plain)
1
2
3
4
5
// Regression test for issue #63882.

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

fn main() {}