diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-12 22:04:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 22:04:35 +0200 |
| commit | 57393be6fba9bc6f09aa4ba6587da9633edac675 (patch) | |
| tree | 98d101c709c0e1349bbc9d90edd4cb5ab021709b /compiler/rustc_errors/src | |
| parent | 5d6aeb9799c4e459807f36f9acfdfe56016c87be (diff) | |
| parent | a047064d6b0ddf82443e5e478d4dae3d0db6f379 (diff) | |
| download | rust-57393be6fba9bc6f09aa4ba6587da9633edac675.tar.gz rust-57393be6fba9bc6f09aa4ba6587da9633edac675.zip | |
Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco
Revert "Don't recover lifetimes/labels containing emojis as character literals" Reverts PR #108031 per https://github.com/rust-lang/rust/pull/109754#issuecomment-1490452045 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 5b0d8096207..3bd1958a08a 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -475,8 +475,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, |
