]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/errors.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[rust.git] / compiler / rustc_codegen_llvm / src / errors.rs
index af9f31fc3249309ee4aee8db7d4b0176f5fabf75..b46209972421fe894fd4b217013d7072558d6682 100644 (file)
@@ -51,10 +51,6 @@ pub(crate) struct SymbolAlreadyDefined<'a> {
     pub symbol_name: &'a str,
 }
 
-#[derive(Diagnostic)]
-#[diag(codegen_llvm_branch_protection_requires_aarch64)]
-pub(crate) struct BranchProtectionRequiresAArch64;
-
 #[derive(Diagnostic)]
 #[diag(codegen_llvm_invalid_minimum_alignment)]
 pub(crate) struct InvalidMinimumAlignment {