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