Sign in
rust
/
rust
/
2a96ea0beefef3c9bfbbca803565e7afb6732b17
/
.
/
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
}