diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-08-04 15:20:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 15:20:57 +0200 |
| commit | a13caaae3e87d9084a16f023e91880dd2ef0bc09 (patch) | |
| tree | ad7f71f36fed97f65204d8a1f8c594c8ac1d2df8 /compiler/rustc_codegen_gcc/src/errors.rs | |
| parent | 788845811e076df8edceccd49e174d2b3ec4e71d (diff) | |
| parent | 682a6e17e4dcc02944b00834f11e7cdd7067ebd1 (diff) | |
| download | rust-a13caaae3e87d9084a16f023e91880dd2ef0bc09.tar.gz rust-a13caaae3e87d9084a16f023e91880dd2ef0bc09.zip | |
Merge pull request #2533 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/errors.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/errors.rs b/compiler/rustc_codegen_gcc/src/errors.rs index 0aa16bd88b4..b252c39c0c0 100644 --- a/compiler/rustc_codegen_gcc/src/errors.rs +++ b/compiler/rustc_codegen_gcc/src/errors.rs @@ -19,3 +19,7 @@ pub(crate) struct CopyBitcode { pub(crate) struct LtoBitcodeFromRlib { pub gcc_err: String, } + +#[derive(Diagnostic)] +#[diag(codegen_gcc_explicit_tail_calls_unsupported)] +pub(crate) struct ExplicitTailCallsUnsupported; |
