You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, there's a little more to do. the rustc executable is actually built from rustc/driver/rustc.rs. The contents of this file should be folded into librustc and rustc's driver built using driver.rs.
I want to be able to access cargo and rustdoc as libraries. We should just get in the habit of making everything a library.
Here is what I would like:
driver.rs looks like this
We may also want some way to include the appropriate per-application crate attributes.
The text was updated successfully, but these errors were encountered: