summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-89806.rs
blob: 69cec08652ae92f690eee2b7ef079c7d0f7dff89 (plain)
1
2
3
fn main() {
    0u8.as_ref(); //~ ERROR no method named `as_ref` found for type `u8` in the current scope
}