blob: 66fbfc780438a74f4264aa715167e859b211c34a [file] [log] [blame]
//@ check-pass
trait Foo {
fn bar<'a>() -> impl Sized + use<Self>;
}
fn main() {}