fn main() { 0u8.as_ref(); //~ ERROR no method named `as_ref` found for type `u8` in the current scope }