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 ee74f92 commit 3d70be7Copy full SHA for 3d70be7
compiler/rustc_infer/src/errors/mod.rs
@@ -170,7 +170,7 @@ pub enum SourceKindMultiSuggestion<'a> {
170
#[suggestion_part(code = "{start_span_code}")]
171
start_span: Span,
172
start_span_code: String,
173
- #[suggestion_part(code = "}}")]
+ #[suggestion_part(code = " }}")]
174
end_span: Option<Span>,
175
},
176
}
0 commit comments