-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spurious libtest.rmeta file generated #50289
Comments
I think this is a consequence of #49289. |
I think this is the intended behaviour. What do you expect otherwise? |
Can I use Rustc to just test the types of a program without generating extra files? |
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 |
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: