]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/dont-suggest-ufcs-for-const.stderr
Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett
[rust.git] / tests / ui / suggestions / dont-suggest-ufcs-for-const.stderr
1 error[E0599]: no method named `MAX` found for type `u32` in the current scope
2   --> $DIR/dont-suggest-ufcs-for-const.rs:2:11
3    |
4 LL |     1_u32.MAX();
5    |           ^^^ method not found in `u32`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.