about summary refs log tree commit diff
path: root/tests/ui/borrowck/two-phase-reservation-sharing-interference.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/two-phase-reservation-sharing-interference.rs')
-rw-r--r--tests/ui/borrowck/two-phase-reservation-sharing-interference.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/borrowck/two-phase-reservation-sharing-interference.rs b/tests/ui/borrowck/two-phase-reservation-sharing-interference.rs
index b6bcf7b6617..61446577db2 100644
--- a/tests/ui/borrowck/two-phase-reservation-sharing-interference.rs
+++ b/tests/ui/borrowck/two-phase-reservation-sharing-interference.rs
@@ -1,6 +1,7 @@
 //@ revisions: nll_target
 
 // The nll_beyond revision is disabled due to missing support from two-phase beyond autorefs
+//@ unused-revision-names: nll_beyond
 //@[nll_beyond]compile-flags: -Z two-phase-beyond-autoref
 //@[nll_beyond]should-fail