Skip to content

Commit a6883c0

Browse files
committed
Disable issue-59756 test for now
Currently, rustfix has no notion of mutually exclusive suggestions. When it processes issue-59756, it will attempt to apply two mutually exclusive suggestions for the same span, causing an error.
1 parent 462f06d commit a6883c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/ui/issues/issue-59756.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// run-rustfix
2+
// ignore-test
3+
//
4+
// FIXME: Re-enable this test once we support choosing
5+
// between multiple mutually exclusive suggestions for the same span
26

37
#![allow(warnings)]
48

0 commit comments

Comments
 (0)