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