diff options
| author | Nikita Tomashevich <quant3234@gmail.com> | 2023-01-22 18:54:47 +0300 |
|---|---|---|
| committer | IQuant <quant3234@gmail.com> | 2023-02-14 18:31:45 +0300 |
| commit | 6fa4c7d89c48146af0b246c7640ad3a611412a23 (patch) | |
| tree | 4c6b3da4a36b2472f7c3965d03d9f660bb372790 | |
| parent | b8feb63345b70f98c33ce68e844d9334b9a6f847 (diff) | |
| download | rust-6fa4c7d89c48146af0b246c7640ad3a611412a23.tar.gz rust-6fa4c7d89c48146af0b246c7640ad3a611412a23.zip | |
Make sure tests pass
| -rw-r--r-- | compiler/rustc_infer/src/errors/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/errors/mod.rs b/compiler/rustc_infer/src/errors/mod.rs index 7fa04043edf..83c51787516 100644 --- a/compiler/rustc_infer/src/errors/mod.rs +++ b/compiler/rustc_infer/src/errors/mod.rs @@ -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" )] |
