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 7dd170f commit ce7c3bfCopy full SHA for ce7c3bf
compiler/rustc_codegen_ssa/src/back/write.rs
@@ -118,7 +118,6 @@ pub struct ModuleConfig {
118
pub vectorize_loop: bool,
119
pub vectorize_slp: bool,
120
pub merge_functions: bool,
121
- pub inline_threshold: Option<u32>,
122
pub emit_lifetime_markers: bool,
123
pub llvm_plugins: Vec<String>,
124
}
@@ -274,7 +273,6 @@ impl ModuleConfig {
274
273
275
},
276
277
- inline_threshold: sess.opts.cg.inline_threshold,
278
emit_lifetime_markers: sess.emit_lifetime_markers(),
279
llvm_plugins: if_regular!(sess.opts.unstable_opts.llvm_plugins.clone(), vec![]),
280
0 commit comments