diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-07-21 14:45:00 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-07-21 14:45:00 -0400 |
| commit | 18cc4f06a5252f0868be4ea620076247da68077c (patch) | |
| tree | e83af15436cbb52568f91397893b53bb12dd1ef3 | |
| parent | cf80eeec1650add1e24f114841154484fa051b70 (diff) | |
| download | rust-18cc4f06a5252f0868be4ea620076247da68077c.tar.gz rust-18cc4f06a5252f0868be4ea620076247da68077c.zip | |
Fix spelling mistakes
| -rw-r--r-- | src/lib.rs | 4 | ||||
| -rw-r--r-- | tools/cspell_dicts/rustc_codegen_gcc.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs index af416929ea7..5e65a36f273 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -360,9 +360,9 @@ impl WriteBackendMethods for GccCodegenBackend { cgcx: &CodegenContext<Self>, modules: Vec<FatLtoInput<Self>>, cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>, - diff_fncs: Vec<AutoDiffItem>, + diff_functions: Vec<AutoDiffItem>, ) -> Result<ModuleCodegen<Self::Module>, FatalError> { - if !diff_fncs.is_empty() { + if !diff_functions.is_empty() { unimplemented!(); } diff --git a/tools/cspell_dicts/rustc_codegen_gcc.txt b/tools/cspell_dicts/rustc_codegen_gcc.txt index 31023e50ffa..b19d7f67eab 100644 --- a/tools/cspell_dicts/rustc_codegen_gcc.txt +++ b/tools/cspell_dicts/rustc_codegen_gcc.txt @@ -8,6 +8,7 @@ clzll cmse codegened csky +ctfe ctlz ctpop cttz @@ -47,6 +48,7 @@ mavx mcmodel minimumf minnumf +miri monomorphization monomorphizations monomorphized |
