From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- .../rustfmt/tests/target/issue-3253/paths/excluded.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs (limited to 'src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs') diff --git a/src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs b/src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs new file mode 100644 index 000000000..9ab88414d --- /dev/null +++ b/src/tools/rustfmt/tests/target/issue-3253/paths/excluded.rs @@ -0,0 +1,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() where T: Bar { +} + + + +trait CoolerTypes { fn dummy(&self) { +} +} + + -- cgit v1.2.3