@@ -7,32 +7,6 @@ use rustc_span::{
7
7
8
8
use crate :: { late:: PatternSource , Res } ;
9
9
10
- #[ derive( Diagnostic ) ]
11
- #[ diag( resolve_parent_module_reset_for_binding, code = E0637 ) ]
12
- pub ( crate ) struct ParentModuleResetForBinding ;
13
-
14
- #[ derive( Diagnostic ) ]
15
- #[ diag( resolve_ampersand_used_without_explicit_lifetime_name, code = E0637 ) ]
16
- #[ note]
17
- pub ( crate ) struct AmpersandUsedWithoutExplicitLifetimeName ( #[ primary_span] pub ( crate ) Span ) ;
18
-
19
- #[ derive( Diagnostic ) ]
20
- #[ diag( resolve_underscore_lifetime_name_cannot_be_used_here, code = E0637 ) ]
21
- #[ note]
22
- pub ( crate ) struct UnderscoreLifetimeNameCannotBeUsedHere ( #[ primary_span] pub ( crate ) Span ) ;
23
-
24
- #[ derive( Diagnostic ) ]
25
- #[ diag( resolve_crate_may_not_be_imported) ]
26
- pub ( crate ) struct CrateMayNotBeImported ( #[ primary_span] pub ( crate ) Span ) ;
27
-
28
- #[ derive( Diagnostic ) ]
29
- #[ diag( resolve_crate_root_imports_must_be_named_explicitly) ]
30
- pub ( crate ) struct CrateRootNamesMustBeNamedExplicitly ( #[ primary_span] pub ( crate ) Span ) ;
31
-
32
- #[ derive( Diagnostic ) ]
33
- #[ diag( resolve_crate_root_imports_must_be_named_explicitly) ]
34
- pub ( crate ) struct ResolutionError ( #[ primary_span] pub ( crate ) Span ) ;
35
-
36
10
#[ derive( Diagnostic ) ]
37
11
#[ diag( resolve_generic_params_from_outer_item, code = E0401 ) ]
38
12
pub ( crate ) struct GenericParamsFromOuterItem {
@@ -467,19 +441,6 @@ pub(crate) struct UnreachableLabelSubLabelUnreachable {
467
441
pub ( crate ) ident_span : Span ,
468
442
}
469
443
470
- #[ derive( Diagnostic ) ]
471
- #[ diag( resolve_trait_impl_mismatch) ]
472
- pub ( crate ) struct TraitImplMismatch {
473
- #[ primary_span]
474
- #[ label]
475
- pub ( crate ) span : Span ,
476
- pub ( crate ) name : Symbol ,
477
- pub ( crate ) kind : String ,
478
- #[ label( resolve_label_trait_item) ]
479
- pub ( crate ) trait_item_span : Span ,
480
- pub ( crate ) trait_path : String ,
481
- }
482
-
483
444
#[ derive( Diagnostic ) ]
484
445
#[ diag( resolve_invalid_asm_sym) ]
485
446
#[ help]
0 commit comments