Skip to content

Clean tests.mk #8166

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

Closed
wants to merge 2 commits into from
Closed

Clean tests.mk #8166

wants to merge 2 commits into from

Conversation

emillon
Copy link
Contributor

@emillon emillon commented Jul 31, 2013

Hello,

While looking at tests.mk I noticed two errors:

  • there's a srcrustllvm instead of src/rustllvm
  • some filtered out files don't exist anymore

These two commits fix these issues. Thanks!

bors added a commit that referenced this pull request Aug 1, 2013
Hello,

While looking at `tests.mk` I noticed two errors:

  - there's a `srcrustllvm` instead of `src/rustllvm`
  - some filtered out files don't exist anymore

These two commits fix these issues. Thanks!
@bors bors closed this Aug 1, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 30, 2021
fix an ICE on unwrapping a None

This very likely fixes rust-lang#8166 though I wasn't able to meaningfully reduce a test case. This line is the only call to `unwrap` within that function, which was the one in the stack trace that triggered the ICE, so I think we'll be OK.

`@hackmad` can you pull and build this branch and check if it indeed fixes your problem?

---

changelog: Fixed ICE in [`unnecessary_cast`]
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