1
Fork 0

Make sysroot mandatory for rustdoc

This commit is contained in:
Lukas Wirth 2024-03-06 10:19:34 +01:00
parent 9ae4e3eb7c
commit 2fae4ee92e
4 changed files with 13 additions and 16 deletions

View file

@ -317,7 +317,7 @@ fn test_search_paths_tracking_hash_different_order() {
let push = |opts: &mut Options, search_path| {
opts.search_paths.push(SearchPath::from_cli_opt(
None,
"not-a-sysroot".as_ref(),
&opts.target_triple,
&early_dcx,
search_path,