Closed oli-obk closed 2 months ago
instead of us processing the file and then rustc opening the same file again, we can just send the file contents to rustc via stdin
will cause some diagnostics issues but they seem fixable
hmm looks like there is no flag to override the <anon> filename assigned to the stdin input to rustc
<anon>
instead of us processing the file and then rustc opening the same file again, we can just send the file contents to rustc via stdin
will cause some diagnostics issues but they seem fixable