Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-104768.rs
blob: 3192daafa0b925b95ad19a37c54c9d715faf3c9b [
file
] [
log
] [
blame
] [
edit
]
const
A
:
&
_
=
0
_u32
;
//~^ ERROR: the placeholder `_` is not allowed within types on item signatures for constants
fn
main
()
{}