about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-22 17:35:36 +0200
committerGitHub <noreply@github.com>2025-06-22 17:35:36 +0200
commit1474a0f505d048cc70064b0c3be8ba7b7bf59657 (patch)
treeec7d6a7ff5ed1265d5020b8dff95c3b618a0945b /compiler/rustc_span
parentf1fa46d3ba5322cc49c0eadf4afb0844998ca7db (diff)
parent75674e2c2a21986ca07507fc98129e5be164e7ca (diff)
downloadrust-1474a0f505d048cc70064b0c3be8ba7b7bf59657.tar.gz
rust-1474a0f505d048cc70064b0c3be8ba7b7bf59657.zip
Rollup merge of #142874 - marxin:cranelift-typo-fix, r=bjorn3
cranelift: fix target feature name typo: "fxsr"

Fix a typo introduced in 71b698c0b81c2e35c852ebcdf1f5cbe9e9162a50

CC: `@clubby789` `@bjorn3`
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index da69f6c4492..684b1781b44 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1080,7 +1080,6 @@ symbols! {
         fs_create_dir,
         fsub_algebraic,
         fsub_fast,
-        fsxr,
         full,
         fundamental,
         fused_iterator,
@@ -1088,6 +1087,7 @@ symbols! {
         future_drop_poll,
         future_output,
         future_trait,
+        fxsr,
         gdb_script_file,
         ge,
         gen_blocks,