Make sysroot mandatory for rustdoc
This commit is contained in:
parent
9ae4e3eb7c
commit
2fae4ee92e
4 changed files with 13 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue