Skip to content

Commit

Permalink
Disable issue-59756 test for now
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Aaron1011 committed Dec 4, 2019
1 parent 462f06d commit a6883c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/ui/issues/issue-59756.rs
Original file line number Diff line number Diff line change
@@ -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)]

Expand Down

0 comments on commit a6883c0

Please sign in to comment.