We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf80eee commit 18cc4f0Copy full SHA for 18cc4f0
src/lib.rs
@@ -360,9 +360,9 @@ impl WriteBackendMethods for GccCodegenBackend {
360
cgcx: &CodegenContext<Self>,
361
modules: Vec<FatLtoInput<Self>>,
362
cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>,
363
- diff_fncs: Vec<AutoDiffItem>,
+ diff_functions: Vec<AutoDiffItem>,
364
) -> Result<ModuleCodegen<Self::Module>, FatalError> {
365
- if !diff_fncs.is_empty() {
+ if !diff_functions.is_empty() {
366
unimplemented!();
367
}
368
tools/cspell_dicts/rustc_codegen_gcc.txt
@@ -8,6 +8,7 @@ clzll
8
cmse
9
codegened
10
csky
11
+ctfe
12
ctlz
13
ctpop
14
cttz
@@ -47,6 +48,7 @@ mavx
47
48
mcmodel
49
minimumf
50
minnumf
51
+miri
52
monomorphization
53
monomorphizations
54
monomorphized
0 commit comments