Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
tests
/
ui
/
typeck
/
issue-89806.rs
blob: 69cec08652ae92f690eee2b7ef079c7d0f7dff89 [
file
]
fn
main
()
{
0u8.as
_ref
();
//~ ERROR no method named `as_ref` found for type `u8` in the current scope
}