diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2019-12-03 21:49:21 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2019-12-03 21:56:32 -0500 |
| commit | a6883c0ab00042f63c7e4cec3066577f3f8b8e5c (patch) | |
| tree | 44909ff2047ecd51f7831b511a5be59e3ff288d0 | |
| parent | 462f06de07d8a5c071c4d8040dad006198f029c9 (diff) | |
| download | rust-a6883c0ab00042f63c7e4cec3066577f3f8b8e5c.tar.gz rust-a6883c0ab00042f63c7e4cec3066577f3f8b8e5c.zip | |
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.
| -rw-r--r-- | src/test/ui/issues/issue-59756.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/ui/issues/issue-59756.rs b/src/test/ui/issues/issue-59756.rs index cccae396b72..d6df0592be3 100644 --- a/src/test/ui/issues/issue-59756.rs +++ b/src/test/ui/issues/issue-59756.rs @@ -1,4 +1,8 @@ // run-rustfix +// ignore-test +// +// FIXME: Re-enable this test once we support choosing +// between multiple mutually exclusive suggestions for the same span #![allow(warnings)] |
