about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2025-07-21 09:18:22 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2025-07-21 09:18:22 +0300
commit2f14119240acfe803f210a896aa31db8981be03c (patch)
treef9bb31bc973696b881279c87bb28854ae181fc50 /compiler/rustc_codegen_llvm/src/errors.rs
parent750c1e9c39633de1242acf086ef1c053961219b2 (diff)
parente05ab47e6c418fb2b9faa2eae9a7e70c65c98eaa (diff)
downloadrust-2f14119240acfe803f210a896aa31db8981be03c.tar.gz
rust-2f14119240acfe803f210a896aa31db8981be03c.zip
Merge from rust-lang/rust
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 d50ad8a1a9c..31d49e86319 100644
--- a/compiler/rustc_codegen_llvm/src/errors.rs
+++ b/compiler/rustc_codegen_llvm/src/errors.rs
@@ -38,10 +38,6 @@ impl<G: EmissionGuarantee> Diagnostic<'_, G> for ParseTargetMachineConfig<'_> {
 }
 
 #[derive(Diagnostic)]
-#[diag(codegen_llvm_autodiff_without_lto)]
-pub(crate) struct AutoDiffWithoutLTO;
-
-#[derive(Diagnostic)]
 #[diag(codegen_llvm_autodiff_without_enable)]
 pub(crate) struct AutoDiffWithoutEnable;