about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorArpad Borsos <swatinem@swatinem.de>2023-01-09 09:31:34 +0100
committerArpad Borsos <swatinem@swatinem.de>2023-01-09 16:31:24 +0100
commit9f5a933f00e0aba526edac2cf1804b4360059e55 (patch)
tree540a0f0bb5dfc6c6ba6277bc222129679570e49d /compiler/rustc_codegen_llvm/src/errors.rs
parente94fab69d020d75517cb55fafacb2d270ad6e0ac (diff)
downloadrust-9f5a933f00e0aba526edac2cf1804b4360059e55.tar.gz
rust-9f5a933f00e0aba526edac2cf1804b4360059e55.zip
Remove backwards compat for LLVM 12 coverage format
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/errors.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs
index b4620997242..001d1ce93d8 100644
--- a/compiler/rustc_codegen_llvm/src/errors.rs
+++ b/compiler/rustc_codegen_llvm/src/errors.rs
@@ -40,10 +40,6 @@ pub(crate) struct ErrorCreatingImportLibrary<'a> {
 }
 
 #[derive(Diagnostic)]
-#[diag(codegen_llvm_instrument_coverage_requires_llvm_12)]
-pub(crate) struct InstrumentCoverageRequiresLLVM12;
-
-#[derive(Diagnostic)]
 #[diag(codegen_llvm_symbol_already_defined)]
 pub(crate) struct SymbolAlreadyDefined<'a> {
     #[primary_span]