Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-102182-impl-trait-recover.rs
blob: 4bfc676d6f620c3878eb347134779841e8511116 [
file
] [
log
] [
blame
]
fn
foo
<
T
:
impl
Trait
>()
{}
//~^ ERROR expected trait bound, found `impl Trait` type
fn
main
()
{}