Skip to content

Commit 3bdba74

Browse files
committed
Disable rustfix temporarily on extern-const.rs
`src/test/ui/extern/extern-const.rs` seems to have an inconsistent behaviour across build configurations, possibly non-deterministically. This is tracked in issue 54388. For this PR, disable running rustfix on it because it failed on CI, until that issue is fixed.
1 parent e90c942 commit 3bdba74

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Diff for: src/test/ui/extern/extern-const.fixed

-25
This file was deleted.

Diff for: src/test/ui/extern/extern-const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-rustfix
11+
// FIXME(#54388): re-enable rustfix later, when this test has consistent output across targets
1212
// compile-flags: -Z continue-parse-after-error
1313

1414
extern "C" {

0 commit comments

Comments
 (0)