We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea0d68c + 60092d9 commit 88623c5Copy full SHA for 88623c5
tests/error-tests/tests/test_new_lifetime_message.rs
@@ -21,6 +21,9 @@
21
//^^^^^^^^^ERR(>=1.63.0-beta) lifetime may not live long enough
22
//^^^^^^^^^ERR(>=1.63.0-beta) argument requires that
23
//^^^^^^^^^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
27
}/*END*/
28
// ~NOTE(<1.21.0,<1.63.0-beta) ...the reference is valid
29
// ~NOTE(<1.21.0,<1.63.0-beta) ...but the borrowed content
0 commit comments