-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make install
is failing
#19678
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
Comments
+1. I can confirm I'm getting the same error. |
https://github.com/rust-lang/rust/blob/master/src/librustc/metadata/loader.rs#L186
There are two similar figures in |
Can confirm also, getting same error. |
Same here. Buildbot should include a make install step to capture stuff like that. |
+1. |
@steveklabnik Can you look into this issue? As I already posted, the error seems to be because |
Ugh, yes, some of these should be annotated |
Okay, make install fails for me. It seems like the blocsk are properly annotated |
Move a few docblocks from 'ignore' to something that's not rust (e.g. 'text'). Closes rust-lang#19678
This triggers an ICE otherwise :( Fixes rust-lang#19678
Has this been fixed yet? I'm still getting the same error. Should a "git pull" pull in the updates or is there other stuff I need to do? |
#19705 needs to be merged first. |
Arena allocate `LifetimeRef`s
We seem to break
make install
completely once every few months, because buildbot doesn’t actually try doingmake install
…The text was updated successfully, but these errors were encountered: