]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/options.rs
Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matklad
[rust.git] / compiler / rustc_session / src / options.rs
index e93c4138e61b008eded7cdedcab6f51f4335ff33..f9ee202466f67964ced1c4cafab319f51ab44733 100644 (file)
@@ -181,7 +181,7 @@ pub struct Options {
         #[rustc_lint_opt_deny_field_access("use `Session::codegen_units` instead of this field")]
         cli_forced_codegen_units: Option<usize> [UNTRACKED],
         #[rustc_lint_opt_deny_field_access("use `Session::lto` instead of this field")]
-        cli_forced_thinlto_off: bool [UNTRACKED],
+        cli_forced_local_thinlto_off: bool [UNTRACKED],
 
         /// Remap source path prefixes in all output (messages, object files, debug, etc.).
         remap_path_prefix: Vec<(PathBuf, PathBuf)> [TRACKED_NO_CRATE_HASH],