@@ -8,10 +8,6 @@ resolve_add_as_non_derive =
8
8
resolve_added_macro_use =
9
9
have you added the `#[macro_use]` on the module/import?
10
10
11
- resolve_ampersand_used_without_explicit_lifetime_name =
12
- `&` without an explicit lifetime name cannot be used here
13
- .note = explicit lifetime name needed here
14
-
15
11
resolve_ancestor_only =
16
12
visibilities can only be restricted to ancestor modules
17
13
@@ -100,12 +96,6 @@ resolve_const_param_in_non_trivial_anon_const =
100
96
resolve_const_param_in_ty_of_const_param =
101
97
const parameters may not be used in the type of const parameters
102
98
103
- resolve_crate_may_not_be_imported =
104
- `$crate` may not be imported
105
-
106
- resolve_crate_root_imports_must_be_named_explicitly =
107
- crate root imports need to be explicitly named: `use crate as name;`
108
-
109
99
resolve_expected_found =
110
100
expected module, found { $res } `{ $path_str } `
111
101
.label = not a module
@@ -220,9 +210,6 @@ resolve_param_in_ty_of_const_param =
220
210
the type of const parameters must not depend on other generic parameters
221
211
.label = the type must not depend on the parameter `{ $name } `
222
212
223
- resolve_parent_module_reset_for_binding =
224
- parent module is reset for binding
225
-
226
213
resolve_proc_macro_same_crate = can't use a procedural macro from the same crate that defines it
227
214
.help = you can define integration tests in a directory named `tests`
228
215
@@ -270,11 +257,6 @@ resolve_trait_impl_duplicate =
270
257
.old_span_label = previous definition here
271
258
.trait_item_span = item in trait
272
259
273
- resolve_trait_impl_mismatch =
274
- item `{ $name } ` is an associated { $kind } , which doesn't match its trait `{ $trait_path } `
275
- .label = does not match trait
276
- .label_trait_item = item in trait
277
-
278
260
resolve_try_using_similarly_named_label =
279
261
try using similarly named label
280
262
@@ -295,10 +277,6 @@ resolve_undeclared_label =
295
277
use of undeclared label `{ $name } `
296
278
.label = undeclared label `{ $name } `
297
279
298
- resolve_underscore_lifetime_name_cannot_be_used_here =
299
- `'_` cannot be used here
300
- .note = `'_` is a reserved lifetime name
301
-
302
280
resolve_unexpected_res_change_ty_to_const_param_sugg =
303
281
you might have meant to write a const parameter here
304
282
0 commit comments