]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs
Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov
[rust.git] / src / tools / rustfmt / tests / target / issue-3253 / paths / excluded.rs
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
13 trait CoolerTypes { fn dummy(&self) {
14 }
15 }
16
17