]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lifetime_starts_expressions.stderr
Add test for issue-57200
[rust.git] / src / test / ui / lifetime_starts_expressions.stderr
index a2b4f114b95b9fb92e4edc7ac75985cb746baf26..0d7980d60d62cc18242bdbc9e45400bdda0853fa 100644 (file)
@@ -18,7 +18,7 @@ LL |     loop { break 'label: loop { break 'label 42; }; }
    |                        tried to parse a type due to this type ascription
    |
    = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
-   = note: for more information, see https://github.com/rust-lang/rust/issues/23416
+   = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
 
 error: aborting due to 2 previous errors