]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-3253 / paths / excluded.rs
CommitLineData
f20569fa
XL
1// This module is not imported in the cfg_if macro in lib.rs so it is ignored
2// while the foo and bar mods are formatted.
3// Check the corresponding file in tests/source/issue-3253/paths/excluded.rs
4
5
6
7
8 fn Foo<T>() where T: Bar {
9}
10
11
12
13trait CoolerTypes { fn dummy(&self) {
14}
15}
16
17