Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
dont-suggest-ufcs-for-const.rs
blob: 06cf243f1b4fa9293e4469bb5f58921880e03ec7 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
1
_u32
.
MAX
();
//~^ ERROR no method named `MAX` found for type `u32` in the current scope
}