Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-21140.rs
blob: fbae052d0180e46721249e28c1d1bab9344cbdb7 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
pub
trait
Trait
where
Self
::
Out
:
std
::
fmt
::
Display
{
type
Out
;
}
fn
main
()
{}