about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-07 21:39:42 +0100
committerGitHub <noreply@github.com>2025-01-07 21:39:42 +0100
commit5dd21df7c137d76913dba7b1866a4c41c6e99a4a (patch)
treec2327fc3c58066e6a66ac6752cbd70711e23ec3c /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parent0e48e96e656b056dbb55cf241472ee130ff21ff4 (diff)
parentb77eb96baad4ad5c90cce09e4d649e8974d445c8 (diff)
downloadrust-5dd21df7c137d76913dba7b1866a4c41c6e99a4a.tar.gz
rust-5dd21df7c137d76913dba7b1866a4c41c6e99a4a.zip
Rollup merge of #135200 - jieyouxu:stabilize-style-edition, r=ytmimi,compiler-errors
rustfmt: drop nightly-gating of the `--style-edition` flag registration

Follow-up to [Stabilize `style_edition = "2024"` in-tree #134929](https://github.com/rust-lang/rust/pull/134929).

#134929 un-nightly-gated the *read* of `--style-edition`, but didn't also un-nightly-gate the *registration*/*declaration* of the `--style-edition` flag itself. Reading `--style-edition` on a non-nightly channel (e.g. beta) will thus panic because `--style-edition` is never declared.

This PR also un-nightly-gates the registration. Not sure how to write a regression test for this, because this *requires* the non-nightly / beta channel. Though existing tests do fail (albeit indirectly).

Checking if this fixes the panic against beta in https://github.com/rust-lang/rust/pull/135197.

r? rustfmt
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions