summaryrefslogtreecommitdiffstats
path: root/tests/ui-fulldeps/dropck-tarena-unsound-drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-fulldeps/dropck-tarena-unsound-drop.rs')
-rw-r--r--tests/ui-fulldeps/dropck-tarena-unsound-drop.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui-fulldeps/dropck-tarena-unsound-drop.rs b/tests/ui-fulldeps/dropck-tarena-unsound-drop.rs
index 86485a988..5f9a5fb76 100644
--- a/tests/ui-fulldeps/dropck-tarena-unsound-drop.rs
+++ b/tests/ui-fulldeps/dropck-tarena-unsound-drop.rs
@@ -1,3 +1,5 @@
+// ignore-stage1
+
// Check that an arena (TypedArena) cannot carry elements whose drop
// methods might access borrowed data of lifetime that does not
// strictly outlive the arena itself.