mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00
Fix spelling mistakes
This commit is contained in:
parent
cf80eeec16
commit
18cc4f06a5
@ -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!();
|
||||
}
|
||||
|
||||
|
@ -8,6 +8,7 @@ clzll
|
||||
cmse
|
||||
codegened
|
||||
csky
|
||||
ctfe
|
||||
ctlz
|
||||
ctpop
|
||||
cttz
|
||||
@ -47,6 +48,7 @@ mavx
|
||||
mcmodel
|
||||
minimumf
|
||||
minnumf
|
||||
miri
|
||||
monomorphization
|
||||
monomorphizations
|
||||
monomorphized
|
||||
|
Loading…
x
Reference in New Issue
Block a user