Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
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
{
//
}