From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- tests/pretty/issue-12590-a.rs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/pretty/issue-12590-a.rs (limited to 'tests/pretty/issue-12590-a.rs') diff --git a/tests/pretty/issue-12590-a.rs b/tests/pretty/issue-12590-a.rs new file mode 100644 index 000000000..3c88f5cb8 --- /dev/null +++ b/tests/pretty/issue-12590-a.rs @@ -0,0 +1,9 @@ +// pp-exact +// pretty-compare-only + +// The next line should not be expanded + +#[path = "issue-12590-b.rs"] +mod issue_12590_b; + +fn main() {} -- cgit v1.2.3