diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-01 11:34:52 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-22 12:19:25 +0200 |
| commit | 3c020e59a24a7739968fbd891a09e316a86c7b40 (patch) | |
| tree | 6a7393d2b65d01780bac717d90b3865c33fbd153 /compiler/rustc_codegen_ssa/src/errors.rs | |
| parent | 30c87defe686ca5043e86ad9d795976ce42ca3ff (diff) | |
| download | rust-3c020e59a24a7739968fbd891a09e316a86c7b40.tar.gz rust-3c020e59a24a7739968fbd891a09e316a86c7b40.zip | |
make enabling the neon target feature a FCW
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/errors.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/src/errors.rs b/compiler/rustc_codegen_ssa/src/errors.rs index d49aac75d05..572d7b1e06a 100644 --- a/compiler/rustc_codegen_ssa/src/errors.rs +++ b/compiler/rustc_codegen_ssa/src/errors.rs @@ -1316,3 +1316,7 @@ pub(crate) struct XcrunSdkPathWarning { pub sdk_name: &'static str, pub stderr: String, } + +#[derive(LintDiagnostic)] +#[diag(codegen_ssa_aarch64_softfloat_neon)] +pub(crate) struct Aarch64SoftfloatNeon; |
