about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-13 11:28:35 +0100
committerGitHub <noreply@github.com>2025-03-13 11:28:35 +0100
commitad23e9d705a42cefee332c1a5a0f405856968ddb (patch)
tree1d031cfa17d6986a35878c166d8dda36431a233f /compiler/rustc_session/src/options.rs
parent459d5b5807fff8c2065e14fd17ace408c92c37c6 (diff)
parent1543256e6f5f8a46e5acbee7bcb39354ece10010 (diff)
downloadrust-ad23e9d705a42cefee332c1a5a0f405856968ddb.tar.gz
rust-ad23e9d705a42cefee332c1a5a0f405856968ddb.zip
Rollup merge of #138404 - bjorn3:sysroot_handling_cleanup, r=petrochenkov,jieyouxu
Cleanup sysroot locating a bit

All commits should preserve existing behavior.
Diffstat (limited to 'compiler/rustc_session/src/options.rs')
-rw-r--r--compiler/rustc_session/src/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs
index 8977365ee73..804b46a9bec 100644
--- a/compiler/rustc_session/src/options.rs
+++ b/compiler/rustc_session/src/options.rs
@@ -333,7 +333,7 @@ top_level_options!(
         output_types: OutputTypes [TRACKED],
         search_paths: Vec<SearchPath> [UNTRACKED],
         libs: Vec<NativeLib> [TRACKED],
-        maybe_sysroot: Option<PathBuf> [UNTRACKED],
+        sysroot: PathBuf [UNTRACKED],
 
         target_triple: TargetTuple [TRACKED],