2022-11-14 13:29:17 -06:00
|
|
|
error[E0599]: no method named `MAX` found for type `u32` in the current scope
|
|
|
|
--> $DIR/dont-suggest-ufcs-for-const.rs:2:11
|
|
|
|
|
|
|
|
|
LL | 1_u32.MAX();
|
2022-11-24 20:15:46 -06:00
|
|
|
| ^^^ method not found in `u32`
|
2022-11-14 13:29:17 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-11-14 13:29:17 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|