rust/tests/ui/typeck/issue-89806.rs

4 lines
108 B
Rust

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