Sign in
fuchsia
/
third_party
/
rust
/
02856110968903bf50a32184db200ccd9b6cc8b6
/
.
/
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
()
{}