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