diff options
| author | Esteban Kuber <esteban@kuber.com.ar> | 2021-09-10 07:30:58 +0000 |
|---|---|---|
| committer | Esteban Kuber <esteban@kuber.com.ar> | 2021-11-23 20:36:19 +0000 |
| commit | d68add9eccf2561380177d07d4e7b31433562a2b (patch) | |
| tree | f678fe56e0858a55e25f6a725a684c49d45fbc04 /compiler/rustc_interface | |
| parent | 21224e6ee07b917f7996b27f05c57327f806a026 (diff) | |
| download | rust-d68add9eccf2561380177d07d4e7b31433562a2b.tar.gz rust-d68add9eccf2561380177d07d4e7b31433562a2b.zip | |
review comment: plural of emoji is emoji
Diffstat (limited to 'compiler/rustc_interface')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 7286209040c..67b5833ca47 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -455,7 +455,7 @@ pub fn configure_and_expand( for (ident, spans) in identifiers.drain() { sess.diagnostic().span_err( MultiSpan::from(spans), - &format!("identifiers cannot contain emojis: `{}`", ident), + &format!("identifiers cannot contain emoji: `{}`", ident), ); } }); |
