@@ -198,12 +198,12 @@ pub(crate) struct UnsafeOpInUnsafeFnCallToFunctionWithRequiresUnsafe {
198198 pub ( crate ) missing_target_features : DiagArgValue ,
199199 pub ( crate ) missing_target_features_count : usize ,
200200 #[ note( "the {$build_target_features} target {$build_target_features_count ->
201- [1] feature
202- *[count] features
201+ [1] feature
202+ *[count] features
203203 } being enabled in the build configuration does not remove the requirement to list {$build_target_features_count ->
204- [1] it
205- *[count] them
206- } in `#[target_feature]`" ) ]
204+ [1] it
205+ *[count] them
206+ } in `#[target_feature]`") ]
207207 pub ( crate ) note : bool ,
208208 pub ( crate ) build_target_features : DiagArgValue ,
209209 pub ( crate ) build_target_features_count : usize ,
@@ -532,12 +532,12 @@ pub(crate) struct CallToFunctionWithRequiresUnsafe {
532532 pub ( crate ) missing_target_features : DiagArgValue ,
533533 pub ( crate ) missing_target_features_count : usize ,
534534 #[ note( "the {$build_target_features} target {$build_target_features_count ->
535- [1] feature
536- *[count] features
537- } being enabled in the build configuration does not remove the requirement to list {$build_target_features_count ->
538- [1] it
539- *[count] them
540- } in `#[target_feature]`" ) ]
535+ [1] feature
536+ *[count] features
537+ } being enabled in the build configuration does not remove the requirement to list {$build_target_features_count ->
538+ [1] it
539+ *[count] them
540+ } in `#[target_feature]`") ]
541541 pub ( crate ) note : bool ,
542542 pub ( crate ) build_target_features : DiagArgValue ,
543543 pub ( crate ) build_target_features_count : usize ,
@@ -1264,9 +1264,9 @@ pub(crate) struct InterpretedAsConstSugg {
12641264pub ( crate ) enum SuggestLet {
12651265 #[ multipart_suggestion(
12661266 "you might want to use `if let` to ignore the {$count ->
1267- [one] variant that isn't
1268- *[other] variants that aren't
1269- } matched" ,
1267+ [one] variant that isn't
1268+ *[other] variants that aren't
1269+ } matched",
12701270 applicability = "has-placeholders"
12711271 ) ]
12721272 If {
@@ -1278,9 +1278,9 @@ pub(crate) enum SuggestLet {
12781278 } ,
12791279 #[ suggestion(
12801280 "you might want to use `let...else` to handle the {$count ->
1281- [one] variant that isn't
1282- *[other] variants that aren't
1283- } matched" ,
1281+ [one] variant that isn't
1282+ *[other] variants that aren't
1283+ } matched",
12841284 code = " else {{ todo!() }}" ,
12851285 applicability = "has-placeholders"
12861286 ) ]
0 commit comments