adjust GCC backend

This commit is contained in:
Ralf Jung
2024-12-26 19:08:30 +01:00
parent cfae43d638
commit 0a8cfc2f8f
2 changed files with 117 additions and 82 deletions

View File

@@ -28,6 +28,7 @@ pub(crate) struct UnstableCTargetFeature<'a> {
#[diag(codegen_gcc_forbidden_ctarget_feature)]
pub(crate) struct ForbiddenCTargetFeature<'a> {
pub feature: &'a str,
pub enabled: &'a str,
pub reason: &'a str,
}