mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
temporarily ignore a test until we reland PR 83171.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user