Fix diag() and formatting
This commit is contained in:
parent
9f0c16576b
commit
ec1e101e1b
2 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,7 @@ pub(crate) struct ErrorCreatingImportLibrary<'a> {
|
|||
pub(crate) struct InstrumentCoverageRequiresLLVM12;
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::SymbolAlreadyDefined)]
|
||||
#[diag(codegen_llvm::symbol_already_defined)]
|
||||
pub(crate) struct SymbolAlreadyDefined<'a> {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue