]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/dont-suggest-ufcs-for-const.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / suggestions / dont-suggest-ufcs-for-const.rs
1 fn main() {
2     1_u32.MAX();
3     //~^ ERROR no method named `MAX` found for type `u32` in the current scope
4 }