]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/issue_4636.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / source / issue_4636.rs
CommitLineData
f20569fa
XL
1pub trait PrettyPrinter<'tcx>:
2 Printer<
3 'tcx,
4 Error = fmt::Error,
5 Path = Self,
6 Region = Self,
7 Type = Self,
8 DynExistential = Self,
9 Const = Self,
10 > + fmt::Write
11 {
12 //
13 }