Skip to content

Commit

Permalink
Make sure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Feb 14, 2023
1 parent b8feb63 commit 6fa4c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_infer/src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ pub enum WhereClauseSuggestions {
},
#[suggestion(
infer_where_copy_predicates,
code = "{space}where {}",
code = "{space}where {trait_predicates}",
applicability = "machine-applicable",
style = "verbose"
)]
Expand Down

0 comments on commit 6fa4c7d

Please sign in to comment.