@@ -8,10 +8,6 @@ resolve_add_as_non_derive =
88resolve_added_macro_use =
99 have you added the `#[macro_use]` on the module/import?
1010
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-
1511resolve_ancestor_only =
1612 visibilities can only be restricted to ancestor modules
1713
@@ -100,12 +96,6 @@ resolve_const_param_in_non_trivial_anon_const =
10096resolve_const_param_in_ty_of_const_param =
10197 const parameters may not be used in the type of const parameters
10298
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-
10999resolve_expected_found =
110100 expected module, found { $res } `{ $path_str } `
111101 .label = not a module
@@ -220,9 +210,6 @@ resolve_param_in_ty_of_const_param =
220210 the type of const parameters must not depend on other generic parameters
221211 .label = the type must not depend on the parameter `{ $name } `
222212
223- resolve_parent_module_reset_for_binding =
224- parent module is reset for binding
225-
226213resolve_proc_macro_same_crate = can't use a procedural macro from the same crate that defines it
227214 .help = you can define integration tests in a directory named `tests`
228215
@@ -270,11 +257,6 @@ resolve_trait_impl_duplicate =
270257 .old_span_label = previous definition here
271258 .trait_item_span = item in trait
272259
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-
278260resolve_try_using_similarly_named_label =
279261 try using similarly named label
280262
@@ -295,10 +277,6 @@ resolve_undeclared_label =
295277 use of undeclared label `{ $name } `
296278 .label = undeclared label `{ $name } `
297279
298- resolve_underscore_lifetime_name_cannot_be_used_here =
299- `'_` cannot be used here
300- .note = `'_` is a reserved lifetime name
301-
302280resolve_unexpected_res_change_ty_to_const_param_sugg =
303281 you might have meant to write a const parameter here
304282
0 commit comments