Skip to content

Put non-ascii identifiers behind a feature gate.#10605

Merged
bors merged 2 commits intorust-lang:masterfrom
huonw:ascii-ident-gate
Nov 22, 2013
Merged

Put non-ascii identifiers behind a feature gate.#10605
bors merged 2 commits intorust-lang:masterfrom
huonw:ascii-ident-gate

Conversation

@huonw
Copy link
Copy Markdown
Contributor

@huonw huonw commented Nov 22, 2013

@emberian
Copy link
Copy Markdown
Contributor

👍

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could just use the is_ascii() method defined in std::ascii.

if s.is_ascii() {
    ...
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, fancy.

@pcwalton
Copy link
Copy Markdown
Contributor

Thanks. We'll discuss at the Tuesday meeting.

@pcwalton
Copy link
Copy Markdown
Contributor

Seems everyone's in favor so I'll just r+.

@bors bors closed this Nov 22, 2013
@bors bors merged commit ab2a99f into rust-lang:master Nov 22, 2013
@huonw huonw deleted the ascii-ident-gate branch November 22, 2013 23:20
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 11, 2023
Clippy Book Chapter Updates Reborn: Type Checking

This PR adds a new chapter to the book: "Type Checking", it hasn't changed a lot from the source mainly because there wasn't many reviews on it and I haven't see a lot of things that needed a change.

## Notes

- I have some doubts about the whole "`is_*` Usage" section, what do you think about it.
- For discussion about  the whole project, please use the tracking issue for the project rust-lang#10597 (It also contains a timeline, discussions, and more information)

changelog: Add a new "Type Checking" chapter to the book

r? `@flip1995`
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.

5 participants