Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen_ssa
This commit is contained in:
@@ -253,13 +253,6 @@ pub struct ExternCrateNotIdiomatic {
|
||||
pub suggestion_code: String,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_expected_used_symbol)]
|
||||
pub struct ExpectedUsedSymbol {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_const_impl_for_non_const_trait)]
|
||||
pub struct ConstImplForNonConstTrait {
|
||||
|
||||
Reference in New Issue
Block a user