We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compile_input
1 parent b59fbfd commit 3a29f28Copy full SHA for 3a29f28
src/test/run-make/issue-19371/foo.rs
@@ -71,5 +71,5 @@ fn compile(code: String, output: PathBuf, sysroot: PathBuf) {
71
let (sess, cstore) = basic_sess(sysroot);
72
let control = CompileController::basic();
73
let input = Input::Str { name: FileName::Anon, input: code };
74
- let _ = compile_input(&sess, &cstore, &input, &None, &Some(output), None, &control);
+ let _ = compile_input(&sess, &cstore, &None, &input, &None, &Some(output), None, &control);
75
}
0 commit comments