Skip to content

Commit ee2bb1f

Browse files
committed
temporarily ignore a test until we reland PR 83171.
1 parent b6e9d06 commit ee2bb1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/lint/dead-code/self-assign.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Test that dead code warnings are issued for superfluous assignments of
22
// fields or variables to themselves (issue #75356).
33

4+
// ignore-test FIXME(81658, 83171)
5+
46
// check-pass
57
#![allow(unused_assignments)]
68
#![warn(dead_code)]

0 commit comments

Comments
 (0)