diff options
| author | Alex Burka <alex@alexburka.com> | 2017-11-21 19:48:35 +0000 |
|---|---|---|
| committer | Alex Burka <alex@alexburka.com> | 2017-11-26 18:28:38 +0000 |
| commit | 5da957cbc61a6fddc66cc1bd846eaab9d2411ef0 (patch) | |
| tree | 2ea377ee9ba3b9235aa7f5e5a122e06837a664ca /src/librustc_errors | |
| parent | 0400312e173f3247f84890222134b9a86e6b3d8f (diff) | |
| download | rust-5da957cbc61a6fddc66cc1bd846eaab9d2411ef0.tar.gz rust-5da957cbc61a6fddc66cc1bd846eaab9d2411ef0.zip | |
mention nightly in -Z external-macro-backtrace note
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/emitter.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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(), |
