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 bdb26cc commit 6084ca4Copy full SHA for 6084ca4
src/tools/compiletest/src/header.rs
@@ -627,7 +627,7 @@ impl Config {
627
let mut duplicates: HashSet<_> = existing.iter().cloned().collect();
628
for revision in raw.split_whitespace().map(|r| r.to_string()) {
629
if !duplicates.insert(revision.clone()) {
630
- panic!("Duplicate revision: `{}` in line `{:#?}`", revision, raw);
+ panic!("Duplicate revision: `{}` in line `{}`", revision, raw);
631
}
632
existing.push(revision);
633
0 commit comments