-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
-Csave-temps=on doesn't actually save anything #75275
Comments
Work around:
|
Hm I am seeing the directory stick around at least, though on a trivial hello world file it is empty. I'm not sure yet if that's expected... |
I also tried a hello-world example but when passing |
Ah, the problem possibly is that the directory is only saved when rustc doesn't fail. |
Hopefully this'll be fixed by #75315. |
#42864 doesn't work. I need it to debug a linker failure, to re-run the linker command. But the tempdir isn't there even when I pass
-Csave-temps=on
.@slo1 @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: