Sign in
rust
/
rustfmt
/
7d34cfaf2c31dc90f6dc8fc1cdc001fcbd7ebbfa
/
.
/
tests
/
source
/
issue_4636.rs
blob: ea7079f6c7309094e3d8e22e5312dedb0503c03e [
file
] [
log
] [
blame
]
pub
trait
PrettyPrinter
<
'
tcx
>:
Printer
<
'
tcx
,
Error
=
fmt
::
Error
,
Path
=
Self
,
Region
=
Self
,
Type
=
Self
,
DynExistential
=
Self
,
Const
=
Self
,
>
+
fmt
::
Write
{
//
}