Skip to content

Commit 9002209

Browse files
committed
linker/test: avoid using std::env entirely.
1 parent a48588b commit 9002209

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_spirv/src/linker

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/linker/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn link_with_linker_opts(
154154
modules,
155155
opts,
156156
&OutputFilenames::new(
157-
std::env::current_dir().unwrap_or_default(),
157+
"".into(),
158158
"".into(),
159159
None,
160160
None,

0 commit comments

Comments
 (0)