summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/dont-suggest-ufcs-for-const.stderr
blob: 6aa187bfbd3df3b2e8f21adf33b1b555bf8d32f5 (plain)
1
2
3
4
5
6
7
8
9
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();
   |           ^^^ method not found in `u32`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0599`.