We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f0c5c commit 163b060Copy full SHA for 163b060
src/test/run-pass/reflect-visit-type.rs
@@ -1,3 +1,7 @@
1
+// xfail-test
2
+//
3
+// This doesn't work quite yet in check-fast mode. Not sure why. Crashes.
4
+
5
enum my_visitor = @{ mut types: [str] };
6
7
impl of intrinsic::ty_visitor for my_visitor {
0 commit comments