Skip to content

Commit 20ab952

Browse files
committedApr 16, 2025·
Explicitly annotate edition for unpretty=expanded and unpretty=hir tests
These emit prelude imports which means they are always edition dependent
1 parent efb1e3d commit 20ab952

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+53
-7
lines changed
 

‎diff

Whitespace-only changes.

‎tests/ui/asm/unpretty-expanded.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ needs-asm-support
22
//@ check-pass
33
//@ compile-flags: -Zunpretty=expanded
4+
//@ edition: 2015
45
core::arch::global_asm!("x: .byte 42");

0 commit comments

Comments
 (0)
Please sign in to comment.