]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue_4636.rs
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / tools / rustfmt / tests / source / issue_4636.rs
1 pub 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     }