Skip to content

Commit c115ad2

Browse files
Ignore closure-related translation item collection tests.
1 parent 1c895d0 commit c115ad2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/test/codegen-units/item-collection/cross-crate-closures.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// In the current version of the collector that still has to support
12+
// legacy-trans, closures do not generate their own TransItems, so we are
13+
// ignoring this test until MIR trans has taken over completely
14+
// ignore-test
15+
1116
// ignore-tidy-linelength
1217
// compile-flags:-Zprint-trans-items=eager
1318

src/test/codegen-units/item-collection/non-generic-closures.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// In the current version of the collector that still has to support
12+
// legacy-trans, closures do not generate their own TransItems, so we are
13+
// ignoring this test until MIR trans has taken over completely
14+
// ignore-test
15+
1116
// ignore-tidy-linelength
1217
// compile-flags:-Zprint-trans-items=eager
1318

0 commit comments

Comments
 (0)