We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30adb5 commit cdd0d66Copy full SHA for cdd0d66
test/process_wrapper/fake_rustc.rs
@@ -1,4 +1,5 @@
1
-// This binary mocks the output of rustc when run with --error-format=json and --json=artifacts.
+//! This binary mocks the output of rustc when run with `--error-format=json` and `--json=artifacts`.
2
+
3
fn main() {
4
eprintln!(r#"{{"rendered": "should be\nin output"}}"#);
5
eprintln!(r#"{{"emit": "metadata"}}"#);
0 commit comments