review comment: plural of emoji is emoji
This commit is contained in:
parent
21224e6ee0
commit
d68add9ecc
5 changed files with 15 additions and 15 deletions
|
@ -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),
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue