diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-05-01 09:56:39 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2024-11-26 10:45:21 +0000 |
| commit | 7fa021ad86fb62753576332a1a52b78acac492f9 (patch) | |
| tree | c500c2ac92617eeaf8660d9d61e54ee328615a55 /compiler/rustc_session/src/errors.rs | |
| parent | f2abf827c128120ed7a874d02973947968c158b8 (diff) | |
| download | rust-7fa021ad86fb62753576332a1a52b78acac492f9.tar.gz rust-7fa021ad86fb62753576332a1a52b78acac492f9.zip | |
Remove -Zfuel.
Diffstat (limited to 'compiler/rustc_session/src/errors.rs')
| -rw-r--r-- | compiler/rustc_session/src/errors.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_session/src/errors.rs b/compiler/rustc_session/src/errors.rs index 33f84f10447..736a5ce0704 100644 --- a/compiler/rustc_session/src/errors.rs +++ b/compiler/rustc_session/src/errors.rs @@ -464,12 +464,6 @@ pub fn report_lit_error( } #[derive(Diagnostic)] -#[diag(session_optimization_fuel_exhausted)] -pub(crate) struct OptimisationFuelExhausted { - pub(crate) msg: String, -} - -#[derive(Diagnostic)] #[diag(session_incompatible_linker_flavor)] #[note] pub(crate) struct IncompatibleLinkerFlavor { |
