Skip to content

Commit 88623c5

Browse files
authored
Merge pull request #539 from ehuss/rust-1.86
Fix tests for 1.86
2 parents ea0d68c + 60092d9 commit 88623c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/error-tests/tests/test_new_lifetime_message.rs

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
//^^^^^^^^^ERR(>=1.63.0-beta) lifetime may not live long enough
2222
//^^^^^^^^^ERR(>=1.63.0-beta) argument requires that
2323
//^^^^^^^^^MSG(>=1.63.0-beta) See Also: ↑:2
24+
//^^^^^^^^^NOTE(>=1.86.0-beta) requirement occurs because
25+
//^^^^^^^^^NOTE(>=1.86.0-beta) mutable references are invariant
26+
//^^^^^^^^^HELP(>=1.86.0-beta) see
2427
}/*END*/
2528
// ~NOTE(<1.21.0,<1.63.0-beta) ...the reference is valid
2629
// ~NOTE(<1.21.0,<1.63.0-beta) ...but the borrowed content

0 commit comments

Comments
 (0)