diff options
| author | Michael Goulet <michael@errs.io> | 2023-04-10 06:52:18 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-04-10 06:52:41 +0000 |
| commit | a047064d6b0ddf82443e5e478d4dae3d0db6f379 (patch) | |
| tree | b7f95883ae6d3f45b95490e1a0cf380f4561d82d /compiler/rustc_errors/src | |
| parent | 3c2e2dd5c516acc60ababd12e5dba684d71c2315 (diff) | |
| download | rust-a047064d6b0ddf82443e5e478d4dae3d0db6f379.tar.gz rust-a047064d6b0ddf82443e5e478d4dae3d0db6f379.zip | |
Revert "Don't recover lifetimes/labels containing emojis as character literals"
Reverts PR #108031 Fixes (doesnt close until beta backported) #109746 This reverts commit e3f9db5fc319c6d8eee5d47d216ea6a426070c41. This reverts commit 98b82aedba3f3f581e89df54352914b27f42c6f7. This reverts commit 380fa264132ad481e73cbbf0f3a0feefd99a1d78.
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 9866a9bffe0..17944044aae 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -473,8 +473,6 @@ pub enum StashKey { /// When an invalid lifetime e.g. `'2` should be reinterpreted /// as a char literal in the parser LifetimeIsChar, - /// When an invalid lifetime e.g. `'🐱` contains emoji. - LifetimeContainsEmoji, /// Maybe there was a typo where a comma was forgotten before /// FRU syntax MaybeFruTypo, |
