diff options
| author | Ralf Jung <post@ralfj.de> | 2022-12-24 10:12:14 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-12-24 10:12:14 +0100 |
| commit | 9c01e9f7f56694db0179673fca221358d3524903 (patch) | |
| tree | 7a64babe493c9e88f72cfd2eead7fccadd304e0a /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 0c14ad4d9fe83e737d7b8db0c2520ef54c99926e (diff) | |
| parent | 4f4d0586ad20c66a16d547581ca379beafece93a (diff) | |
| download | rust-9c01e9f7f56694db0179673fca221358d3524903.tar.gz rust-9c01e9f7f56694db0179673fca221358d3524903.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/errors.rs | 4 |
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 af9f31fc324..b4620997242 100644 --- a/compiler/rustc_codegen_llvm/src/errors.rs +++ b/compiler/rustc_codegen_llvm/src/errors.rs @@ -52,10 +52,6 @@ pub(crate) struct SymbolAlreadyDefined<'a> { } #[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 { pub err: String, |
