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
I don't think we're inclined to support this sort of "check without emitting files" today so I'm going to go ahead and close. If someone wants this, I think a PR would not be too difficult to implement, maybe via --emit=none or something like that. Bikeshed on the naming, of course.
If I compile a simple program like:
Using:
rustc --emit=metadata test.rs
It generates an empty file titled "libtest.rmeta" since few Nightlies.
I am using:
The text was updated successfully, but these errors were encountered: