Sign in
rust
/
rust
/
ac0aff2115f92bd6f119f0df08d3bf0c4f8d259d
/
.
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
self-capture.rs
blob: 66fbfc780438a74f4264aa715167e859b211c34a [
file
]
//@ check-pass
trait
Foo
{
fn
bar
<
'
a
>()
->
impl
Sized
+
use
<
Self
>;
}
fn
main
()
{}