-
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
rustc ICE's when path is a directory #5806
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Comments
In my attempt to replicate the bug (on a Mac OS machine), this appears to ICE now rather than hang. |
(The fact that it ICE's now rather than diverges is probably thanks to db1a274 ) |
Reproduced with 2246d56 |
This was fixed at some point, the error message is now: Flagging as needstest. |
alexcrichton
added a commit
that referenced
this issue
Dec 19, 2013
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 17, 2020
Fix deploy script for beta deployment Since the `beta/` directory already exists, we can't copy the complete `master` dir changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
To replicate:
(Original report follows:)
I had code like this:
This causes rustc to spin forever. Here's the interesting part of the stack trace:
https://gist.github.com/metajack/5347891
The text was updated successfully, but these errors were encountered: