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