]> git.proxmox.com Git - rustc.git/blame - src/test/ui/suggestions/dont-suggest-ufcs-for-const.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / suggestions / dont-suggest-ufcs-for-const.stderr
CommitLineData
487cf647
FG
1error[E0599]: no method named `MAX` found for type `u32` in the current scope
2 --> $DIR/dont-suggest-ufcs-for-const.rs:2:11
3 |
4LL | 1_u32.MAX();
5 | ^^^ method not found in `u32`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0599`.