We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1accf06 commit 6e6031eCopy full SHA for 6e6031e
compiler/rustc_errors/src/lib.rs
@@ -55,6 +55,8 @@ use std::num::NonZeroUsize;
55
use std::panic;
56
use std::path::{Path, PathBuf};
57
58
+// Used by external projects such as `rust-gpu`.
59
+// See https://github.com/rust-lang/rust/pull/115393.
60
pub use termcolor::{Color, ColorSpec, WriteColor};
61
62
pub mod annotate_snippet_emitter_writer;
0 commit comments