Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
impl-trait
/
issue-54966.rs
blob: 0ed3c4b3ca9453cb1e40d37c76a0b96682dcc5b1 [
file
] [
log
] [
blame
] [
edit
]
// issue-54966: ICE returning an unknown type with impl FnMut
fn
generate_duration
()
->
Oper
<
impl
FnMut
()>
{}
//~^ ERROR cannot find type `Oper` in this scope
fn
main
()
{}