temporarily ignore a test until we reland PR 83171.

This commit is contained in:
Felix S. Klock II 2021-07-21 23:03:06 -04:00
parent b6e9d069eb
commit ee2bb1f338

View File

@ -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)]