Skip to content

Commit fedee13

Browse files
committed
Disable two-phase-reservation-sharing-interference[nll_beyond]
A comment already stated that this test should be disabled, but its `should_fail` is not enough to excuse it from a compiler panic. Remove it from the `revisions` list to disable it harder.
1 parent a42db7d commit fedee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/borrowck/two-phase-reservation-sharing-interference.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// ignore-tidy-linelength
1212

13-
// revisions: nll_beyond nll_target
13+
// revisions: nll_target
1414

1515
// The following revisions are disabled due to missing support from two-phase beyond autorefs
1616
//[nll_beyond]compile-flags: -Z borrowck=mir -Z two-phase-borrows -Z two-phase-beyond-autoref

0 commit comments

Comments
 (0)