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 ad8750a commit bfecb35Copy full SHA for bfecb35
src/tools/compiletest/src/header/needs.rs
@@ -179,7 +179,7 @@ pub(super) fn handle_needs(
179
} else {
180
return IgnoreDecision::Ignore {
181
reason: if let Some(comment) = comment {
182
- format!("{} ({comment})", need.ignore_reason)
+ format!("{} ({})", need.ignore_reason, comment.trim())
183
184
need.ignore_reason.into()
185
},
0 commit comments