We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b98ef9 commit 42b310fCopy full SHA for 42b310f
src/bin/miri.rs
@@ -75,7 +75,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls {
75
let mut config = self.miri_config.clone();
76
77
// Add filename to `miri` arguments.
78
- config.args.insert(0, compiler.input().filestem().to_string());
+ config.args.insert(0, compiler.io().input.filestem().to_string());
79
80
// Adjust working directory for interpretation.
81
if let Some(cwd) = env::var_os("MIRI_CWD") {
0 commit comments