1
Fork 0

Fix diag() and formatting

This commit is contained in:
SLASHLogin 2022-08-25 23:47:11 +02:00
parent 9f0c16576b
commit ec1e101e1b
2 changed files with 4 additions and 2 deletions

View file

@ -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,