temporarily ignore a test until we reland PR 83171.
This commit is contained in:
parent
b6e9d069eb
commit
ee2bb1f338
1 changed files with 2 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue