Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 303c1b4

Browse files
committedApr 3, 2025·
Use cfg(false) in UI tests
1 parent d83f415 commit 303c1b4

File tree

141 files changed

+470
-470
lines changed

Some content is hidden

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

141 files changed

+470
-470
lines changed
 

‎tests/pretty/ast-stmt-expr-attr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
fn main() {}
44

5-
#[cfg(FALSE)]
5+
#[cfg(false)]
66
fn syntax() {
77
let _ = #[attr] [];
88
let _ = #[attr] [0];

‎tests/pretty/enum-variant-vis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
fn main() {}
66

7-
#[cfg(FALSE)]
7+
#[cfg(false)]
88
enum Foo { pub V, }

0 commit comments

Comments
 (0)
Please sign in to comment.