Skip to content

Commit 9f497f9

Browse files
authored
Rollup merge of #68655 - tmiasko:rev, r=Dylan-DPC
Fix revision annotations in borrowck-feature-nll-overrides-migrate
2 parents 1780f2f + ee73259 commit 9f497f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/borrowck/borrowck-feature-nll-overrides-migrate.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// borrowck=migrate`.
1010

1111
// revisions: zflag edition
12-
// [zflag]compile-flags: -Z borrowck=migrate
13-
// [edition]edition:2018
12+
//[zflag]compile-flags: -Z borrowck=migrate
13+
//[edition]edition:2018
1414

1515
#![feature(nll)]
1616

0 commit comments

Comments
 (0)