]> git.lizzy.rs Git - rust.git/commitdiff
Disable two-phase-reservation-sharing-interference[nll_beyond]
authorJosh Stone <jistone@redhat.com>
Tue, 24 Apr 2018 23:17:31 +0000 (16:17 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 24 Apr 2018 23:18:34 +0000 (16:18 -0700)
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.

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

index 1333167b780a8537f714a571c602046dc4b29ebc..1e86603c19e8de0b9492f619329a14ab1901e1fb 100644 (file)
@@ -10,7 +10,7 @@
 
 // ignore-tidy-linelength
 
-// revisions: nll_beyond nll_target
+// revisions: nll_target
 
 // The following revisions are disabled due to missing support from two-phase beyond autorefs
 //[nll_beyond]compile-flags: -Z borrowck=mir -Z two-phase-borrows -Z two-phase-beyond-autoref