Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
impl-trait
/
in-trait
/
encode.rs
blob: 84dc617cba06e8176645a6a104e90f130e82429e [
file
]
//@ build-pass
//@ compile-flags: --crate-type=lib
trait
Foo
{
fn
bar
()
->
impl
Sized
;
}