Skip to content

Fix cross-compiled pretty tests #11675

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

Merged
merged 1 commit into from
Jan 21, 2014
Merged

Conversation

alexcrichton
Copy link
Member

They need to read the metadata of cross-compiled crates, so the pretty things
need to have the right target.

They need to read the metadata of cross-compiled crates, so the pretty things
need to have the right target.
bors added a commit that referenced this pull request Jan 20, 2014
They need to read the metadata of cross-compiled crates, so the pretty things
need to have the right target.
@bors bors closed this Jan 21, 2014
@bors bors merged commit c62ef2e into rust-lang:master Jan 21, 2014
@alexcrichton alexcrichton deleted the fix-snap branch January 21, 2014 04:22
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 2, 2024
…nly, r=xFrednet

reduce `single_char_pattern` to only lint on ascii chars

This should mostly fix the `single_char_pattern` lint, because with a single byte, the optimizer will usually see through the char-to-string-expansion and single loop iteration. This fixes rust-lang#11675 and rust-lang#8111.

Update: As per the meeting on November 28th, 2023, we voted to also downgrade the lint to pedantic.

---

changelog: downgrade [`single_char_pattern`] to `pedantic`
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.

2 participants