summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-89806.stderr
blob: c36b4967ee9962bf84b3b5e9464b83932be3a8a3 (plain)
1
2
3
4
5
6
7
8
9
error[E0599]: no method named `as_ref` found for type `u8` in the current scope
  --> $DIR/issue-89806.rs:2:9
   |
LL |     0u8.as_ref();
   |         ^^^^^^ method not found in `u8`

error: aborting due to previous error

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