Skip to content

Commit

Permalink
temporarily ignore a test until we reland PR 83171.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jul 22, 2021
1 parent b6e9d06 commit ee2bb1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/ui/lint/dead-code/self-assign.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Test that dead code warnings are issued for superfluous assignments of
// fields or variables to themselves (issue #75356).

// ignore-test FIXME(81658, 83171)

// check-pass
#![allow(unused_assignments)]
#![warn(dead_code)]
Expand Down

0 comments on commit ee2bb1f

Please sign in to comment.