blob: 84dc617cba06e8176645a6a104e90f130e82429e [file] [log] [blame] [edit]
//@ build-pass
//@ compile-flags: --crate-type=lib
trait Foo {
fn bar() -> impl Sized;
}