mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
dc834f08ba
Improve 'cannot contain emoji' error. Before: ``` error: identifiers cannot contain emoji: `🦀` --> src/main.rs:2:9 | 2 | let 🦀 = 1; | ^^ ``` After: ``` error: Ferris cannot be used as an identifier --> src/main.rs:2:9 | 2 | let 🦀 = 1; | ^^ help: try using their name instead: `ferris` ``` r? `@estebank` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |