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