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 182eded commit 5950529Copy full SHA for 5950529
src/tools/compiletest/src/header/needs.rs
@@ -174,7 +174,7 @@ pub(super) fn handle_needs(
174
} else {
175
return IgnoreDecision::Ignore {
176
reason: if let Some(comment) = comment {
177
- format!("{} ({comment})", need.ignore_reason)
+ format!("{} ({})", need.ignore_reason, comment.trim())
178
179
need.ignore_reason.into()
180
},
0 commit comments