From 146d040f0b187876ac85993ae15427ebb7438eb7 Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Thu, 11 Apr 2019 11:42:06 -0700 Subject: Reword tracking issue note --- src/libsyntax/feature_gate.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 8579addfcbd..f77593ed02a 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1481,9 +1481,12 @@ fn leveled_feature_err<'a>( }; match issue { - None | Some(0) => {} + None | Some(0) => {} // We still accept `0` as a stand-in for backwards compatibility Some(n) => { - err.note(&format!("for more information, see tracking issue #{}", n)); + err.note(&format!( + "for more information, see https://github.com/rust-lang/rust/issues/{}", + n, + )); } } -- cgit 1.4.1-3-g733a5