We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6468d commit 25b9621Copy full SHA for 25b9621
src/tools/compiletest/src/runtest.rs
@@ -1864,12 +1864,14 @@ impl<'test> TestCx<'test> {
1864
rustc.args(&["--error-format", "json"]);
1865
}
1866
rustc.arg("-Zui-testing");
1867
+ rustc.arg("-Zdeduplicate-diagnostics=no");
1868
1869
Ui => {
1870
if !self.props.compile_flags.iter().any(|s| s.starts_with("--error-format")) {
1871
1872
1873
1874
1875
1876
MirOpt => {
1877
rustc.args(&[
0 commit comments