Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
issues
/
issue-21140.rs
blob: fbae052d0180e46721249e28c1d1bab9344cbdb7 [
file
]
//@ check-pass
pub
trait
Trait
where
Self
::
Out
:
std
::
fmt
::
Display
{
type
Out
;
}
fn
main
()
{}