diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-03 09:28:31 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-09-03 09:28:31 +0200 |
| commit | fb26c21c356075c0cd35d98fa0b786b7633249d8 (patch) | |
| tree | 62acd3e15506a4b53b29a70b7882c0c2fa0352b4 /compiler/rustc_errors/src | |
| parent | dc81d6c2827bb23e75f1dc6c42e9c705ed976ba1 (diff) | |
| parent | a989e25f1b87949a886eab3da10324d14189fe95 (diff) | |
| download | rust-fb26c21c356075c0cd35d98fa0b786b7633249d8.tar.gz rust-fb26c21c356075c0cd35d98fa0b786b7633249d8.zip | |
Merge from rustc
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; |
