blob: 4df26b0f29790b95a9c9a275f1c491e259abfa37 [file] [log] [blame]
// build-pass
// compile-flags: --crate-type=lib
#![allow(incomplete_features)]
trait Foo {
fn bar() -> impl Sized;
}