X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Flifetime_starts_expressions.stderr;h=0d7980d60d62cc18242bdbc9e45400bdda0853fa;hb=fc8be08a8e786514819ffff7c4239879afb8ea3c;hp=a2b4f114b95b9fb92e4edc7ac75985cb746baf26;hpb=e32397a75404d3e23701a727ebba753e391c1471;p=rust.git diff --git a/src/test/ui/lifetime_starts_expressions.stderr b/src/test/ui/lifetime_starts_expressions.stderr index a2b4f114b95..0d7980d60d6 100644 --- a/src/test/ui/lifetime_starts_expressions.stderr +++ b/src/test/ui/lifetime_starts_expressions.stderr @@ -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: `: ` - = note: for more information, see https://github.com/rust-lang/rust/issues/23416 + = note: see issue #23416 for more information error: aborting due to 2 previous errors