blob: 69cec08652ae92f690eee2b7ef079c7d0f7dff89 [file] [log] [blame]
fn main() {
0u8.as_ref(); //~ ERROR no method named `as_ref` found for type `u8` in the current scope
}