Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32e713f

Browse files
committedMar 7, 2024··
Fix broken test
1 parent c459c32 commit 32e713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ui/borrowck/two-phase-reservation-sharing-interference.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// The nll_beyond revision is disabled due to missing support from two-phase beyond autorefs
44
//@[nll_beyond]compile-flags: -Z two-phase-beyond-autoref
5-
//[nll_beyond]should-fail
5+
//@[nll_beyond]should-fail
66

77
// This is a corner case that the current implementation is (probably)
88
// treating more conservatively than is necessary. But it also does

0 commit comments

Comments
 (0)
Please sign in to comment.