Skip to content

Commit 163b060

Browse files
committed
Re-xfail reflect-visit-type since it crashes check-fast.
1 parent e0f0c5c commit 163b060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/reflect-visit-type.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// xfail-test
2+
//
3+
// This doesn't work quite yet in check-fast mode. Not sure why. Crashes.
4+
15
enum my_visitor = @{ mut types: [str] };
26

37
impl of intrinsic::ty_visitor for my_visitor {

0 commit comments

Comments
 (0)