Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
resolve
/
raw-ident-in-path.rs
blob: 7f1163bebde67b9327021e4a2d059a2c39a61c8b [
file
] [
log
] [
blame
]
// Regression test for issue #63882.
type
A
=
crate
::
r
#
break
;
//~ ERROR cannot find type `r#break` in the crate root
fn
main
()
{}