Skip to content
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::middle::trans::reachable: remove some unneeded code #6945

Closed
wants to merge 2 commits into from
Closed

rustc::middle::trans::reachable: remove some unneeded code #6945

wants to merge 2 commits into from

Conversation

Blei
Copy link
Contributor

@Blei Blei commented Jun 5, 2013

This was a remnant from the export list era.

@Blei
Copy link
Contributor Author

Blei commented Jun 6, 2013

Pushed a fix (hopefully).

@Blei
Copy link
Contributor Author

Blei commented Jun 7, 2013

This needed a rebase, which I've pushed now.

This was a remnant from the export list era.
@Blei
Copy link
Contributor Author

Blei commented Jun 8, 2013

Pushed a rebase and fixed the last failing test.

@Blei
Copy link
Contributor Author

Blei commented Jun 10, 2013

Hmm, the failure doesn't look related. In fact, it's the same one as in #7035, where it also doesn't look related.

@Blei
Copy link
Contributor Author

Blei commented Jun 10, 2013

In fact, when looking at the code around the triggered assertion, it looks like this is caused by running the rustpkg tests in parallel and tripping over LLVM global data. Hopefully #7040 clears this up.

@Blei
Copy link
Contributor Author

Blei commented Jun 10, 2013

Looking into this a little bit more, it looks like LLVM will have to be recompiled with --enable-threads, so this depends on #6713.

@graydon graydon closed this Jun 13, 2013
@Blei Blei mentioned this pull request Jun 14, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
…nDefault, r=Manishearth

Fix suggestion with generics for `field_reassign_with_default` lint

Fix bad suggestion where `::` is missing after type if generics are involved

Fixes rust-lang#6944

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants