From 5da957cbc61a6fddc66cc1bd846eaab9d2411ef0 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Tue, 21 Nov 2017 19:48:35 +0000 Subject: mention nightly in -Z external-macro-backtrace note --- src/librustc_errors/emitter.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/librustc_errors') diff --git a/src/librustc_errors/emitter.rs b/src/librustc_errors/emitter.rs index 17ed1734fe2..389626a87ee 100644 --- a/src/librustc_errors/emitter.rs +++ b/src/librustc_errors/emitter.rs @@ -798,7 +798,8 @@ impl EmitterWriter { level: Level::Note, message: vec![ (["this error originates in a macro outside of the current crate", - "(run with -Z external-macro-backtrace for more info)"].join(" "), + "(in Nightly builds, run with -Z external-macro-backtrace for more info)"] + .join(" "), Style::NoStyle), ], span: MultiSpan::new(), -- cgit 1.4.1-3-g733a5