Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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
}