Improve 'cannot contain emoji' error. by m-ou-se · Pull Request #91476 · rust-lang/rust

1 min read Original article ↗

added 2 commits

December 3, 2021 01:20

@m-ou-se m-ou-se changed the title Ferris identifier Improve 'cannot contain emoji' error.

Dec 3, 2021

@camelid camelid added A-suggestion-diagnostics

Area: Suggestions generated by the compiler applied by `cargo fix`

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

C-enhancement

Category: An issue proposing an enhancement or a PR with one.

labels

Dec 3, 2021

@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

Dec 9, 2021

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 9, 2021
…askrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#91042 (Use Vec extend instead of repeated pushes on several places)
 - rust-lang#91476 (Improve 'cannot contain emoji' error.)
 - rust-lang#91568 (Pretty print break and continue without redundant space)
 - rust-lang#91645 (Implement `core::future::join!`)
 - rust-lang#91666 (update Miri)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup

ggangix