Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
do-not-attempt-to-add-suggestions-with-no-changes.rs
blob: a25be862a5dafb9ef43cbdd3b649352c42cf58c1 [
file
] [
log
] [
blame
] [
edit
]
use
std
::
result
;
impl
result
{
//~ ERROR expected type, found module `result`
fn
into_future
()
->
Err
{}
//~ ERROR expected type, found variant `Err`
}
fn
main
()
{}