diff options
| -rw-r--r-- | src/test/ui/parser/emoji-identifiers.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/parser/emoji-identifiers.rs b/src/test/ui/parser/emoji-identifiers.rs index 2f4df4cf216..485fb29af9c 100644 --- a/src/test/ui/parser/emoji-identifiers.rs +++ b/src/test/ui/parser/emoji-identifiers.rs @@ -13,4 +13,3 @@ fn main() { let _ = i_like_to_😄_a_lot(); //~ ERROR cannot find function `i_like_to_😄_a_lot` in this scope //~^ ERROR identifiers cannot contain emojis } - |
