diff options
| author | bors <bors@rust-lang.org> | 2023-09-03 07:35:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-03 07:35:33 +0000 |
| commit | f2568c8316805749fe616e3de08c3f7c2bec3680 (patch) | |
| tree | 62acd3e15506a4b53b29a70b7882c0c2fa0352b4 /compiler/rustc_errors/src | |
| parent | d2f5dc9745defa7cb90a88dd8adc7d347f42d0bc (diff) | |
| parent | fb26c21c356075c0cd35d98fa0b786b7633249d8 (diff) | |
| download | rust-f2568c8316805749fe616e3de08c3f7c2bec3680.tar.gz rust-f2568c8316805749fe616e3de08c3f7c2bec3680.zip | |
Auto merge of #3050 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index c2fe942fe37..9bb1a6a2b14 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -55,6 +55,8 @@ use std::num::NonZeroUsize; use std::panic; use std::path::{Path, PathBuf}; +// Used by external projects such as `rust-gpu`. +// See https://github.com/rust-lang/rust/pull/115393. pub use termcolor::{Color, ColorSpec, WriteColor}; pub mod annotate_snippet_emitter_writer; |
