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