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

Change test to not trigger emoji error #10117

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

estebank
Copy link
Contributor

This change is needed to land rust-lang/rust#88781, as it changes the
handling of emojis in source code to treat them as identifiers.

@rust-highfive
Copy link

r? @alexcrichton

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 24, 2021
@ehuss
Copy link
Contributor

ehuss commented Nov 24, 2021

It looks like you need to include something that won't tokenize to get rustdoc to display a warning. Really anything you can think of to make it display a warning should be fine.

Also, while you're there, can you remove the without_status? It isn't needed anymore.

This change is needed to land rust-lang/rust#88781, as it changes the
handling of emojis in source code to treat them as identifiers.
@estebank
Copy link
Contributor Author

The only non-tokenizable char I could think of was , I hope thats ok. I also removed without_status`

@ehuss
Copy link
Contributor

ehuss commented Nov 24, 2021

Backtick seems fine. Any of the rustdoc lints would also work.

@bors r+

Feel free to bump cargo in your PR, or let me know if you want me to do it separately.

@bors
Copy link
Collaborator

bors commented Nov 24, 2021

📌 Commit 0dfe70f has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 24, 2021
@bors
Copy link
Collaborator

bors commented Nov 24, 2021

⌛ Testing commit 0dfe70f with merge 7f08ace...

@bors
Copy link
Collaborator

bors commented Nov 24, 2021

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 7f08ace to master...

@bors bors merged commit 7f08ace into rust-lang:master Nov 24, 2021
@ehuss ehuss added this to the 1.58.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants