Skip to content

Completely disable rusti tests on 32-bit hosts #7542

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 1 commit into from

Conversation

alexcrichton
Copy link
Member

Doesn't disable it completely, also removes the bogus rc file.

@alexcrichton
Copy link
Member Author

@brson, your change modified the rc file instead of the actually used rs file (one of my pending pull requests removes the rc file, but this should achieve the same result of disabling the failing tests for the release).

@huonw huonw mentioned this pull request Jul 2, 2013
@alexcrichton
Copy link
Member Author

@catamorphism, I rebased so I could I get another r+?

bors added a commit that referenced this pull request Jul 4, 2013
Doesn't disable it completely, also removes the bogus `rc` file.
@bors bors closed this Jul 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 12, 2021
Cleanup usage of `span_to_snippet` and `LintContext::sess`

- avoid using `SourceMap::span_to_snippet` directly and use `clippy_utils::source::snippet_opt` instead
- don't use `LintContext::sess()` on `EarlyContext`s which have a `sess` field directly available, saving the import of `LintContext`

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.

4 participants