diff options
| author | bors <bors@rust-lang.org> | 2025-05-13 03:33:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-13 03:33:22 +0000 |
| commit | 32d23857f168a71bd0e77b17c0984b567461f7dc (patch) | |
| tree | aa7363f07e1e2d201f811ef5f1c3b134034fa92f /compiler/rustc_codegen_ssa/src/codegen_attrs.rs | |
| parent | 3ae0b2e2ed34f9e3fa848379d3d47782701caa14 (diff) | |
| parent | 1caaa887003ed84b5c7022ded53ff50e699af666 (diff) | |
| download | rust-32d23857f168a71bd0e77b17c0984b567461f7dc.tar.gz rust-32d23857f168a71bd0e77b17c0984b567461f7dc.zip | |
Auto merge of #140935 - omahs:patch-5, r=jieyouxu
Fix typos Fix typos
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/codegen_attrs.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/codegen_attrs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/codegen_attrs.rs b/compiler/rustc_codegen_ssa/src/codegen_attrs.rs index 5d09e62f274..835ffb7d4fc 100644 --- a/compiler/rustc_codegen_ssa/src/codegen_attrs.rs +++ b/compiler/rustc_codegen_ssa/src/codegen_attrs.rs @@ -387,7 +387,7 @@ fn codegen_fn_attrs(tcx: TyCtxt<'_>, did: LocalDefId) -> CodegenFnAttrs { [sym::arm, sym::a32 | sym::t32] if !tcx.sess.target.has_thumb_interworking => { - tcx.dcx().emit_err(errors::UnsuportedInstructionSet { + tcx.dcx().emit_err(errors::UnsupportedInstructionSet { span: attr.span(), }); None |
