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 d0c66d5 commit dc04faaCopy full SHA for dc04faa
src/main.rs
@@ -34,7 +34,7 @@ fn main() -> Result<()> {
34
let stat = run.stat.clone();
35
let run = run;
36
37
- let res = run_with_tcx!(rustc_args, move |tcx| {
+ let res = run_with_tcx!(&rustc_args, move |tcx| {
38
let continue_compilation = run.continue_compilation;
39
let res = match (stat.should_emit(), run.json.should_emit()) {
40
(true, false) => stat::analyze(stat),
0 commit comments