about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-20 06:56:02 +0000
committerbors <bors@rust-lang.org>2024-08-20 06:56:02 +0000
commit0305cee39a27b8a9a59b5c7ec978f17420c4bee8 (patch)
tree0afec8e5357bcdf55433a8f65c4a9f89dbaff4b3 /compiler/rustc_codegen_llvm/src/errors.rs
parentc74ffd88cb0fc13b1399eb4b75abc8b386386e5a (diff)
parentbd9e7af0fa66bd81b14586d0e7084e1afdee8424 (diff)
downloadrust-0305cee39a27b8a9a59b5c7ec978f17420c4bee8.tar.gz
rust-0305cee39a27b8a9a59b5c7ec978f17420c4bee8.zip
Auto merge of #3828 - rust-lang:rustup-2024-08-20, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/errors.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs
index 7e53d32ce8c..e0ec9cdca56 100644
--- a/compiler/rustc_codegen_llvm/src/errors.rs
+++ b/compiler/rustc_codegen_llvm/src/errors.rs
@@ -40,13 +40,6 @@ pub(crate) enum PossibleFeature<'a> {
 }
 
 #[derive(Diagnostic)]
-#[diag(codegen_llvm_error_creating_import_library)]
-pub(crate) struct ErrorCreatingImportLibrary<'a> {
-    pub lib_name: &'a str,
-    pub error: String,
-}
-
-#[derive(Diagnostic)]
 #[diag(codegen_llvm_symbol_already_defined)]
 pub(crate) struct SymbolAlreadyDefined<'a> {
     #[primary_span]