We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324957 commit 3301291Copy full SHA for 3301291
crates/rustc_codegen_spirv/src/linker/test.rs
@@ -164,7 +164,7 @@ fn link_with_linker_opts(
164
let source_map = sess.psess.clone_source_map();
165
166
let emitter = rustc_errors::emitter::HumanEmitter::new(
167
- Box::new(buf),
+ rustc_errors::AutoStream::new(Box::new(buf), rustc_errors::ColorChoice::Never),
168
rustc_driver_impl::default_translator(),
169
)
170
.sm(Some(source_map.clone()));
0 commit comments