Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
src
/
tools
/
rustfmt
/
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
{
//
}