blob: c36b4967ee9962bf84b3b5e9464b83932be3a8a3 [file] [log] [blame]
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`.