summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs
blob: 9ab88414d465530ec2cd492df29407d546daeaa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This module is not imported in the cfg_if macro in lib.rs so it is ignored
// while the foo and bar mods are formatted.
// Check the corresponding file in tests/source/issue-3253/paths/excluded.rs




    fn Foo<T>() where T: Bar {
}



trait CoolerTypes { fn dummy(&self) {
}
}