diff options
| author | Esteban Kuber <esteban@kuber.com.ar> | 2021-09-09 15:55:21 +0000 |
|---|---|---|
| committer | Esteban Kuber <esteban@kuber.com.ar> | 2021-11-23 20:36:18 +0000 |
| commit | 4489aeb907eb4de3fc6eeb132e281ab725cf6b89 (patch) | |
| tree | 9b1113c8f671c6664b428cd4d989176eb3b31b21 | |
| parent | 081198a6c858bd4b7890f3d742f89fa395e50207 (diff) | |
| download | rust-4489aeb907eb4de3fc6eeb132e281ab725cf6b89.tar.gz rust-4489aeb907eb4de3fc6eeb132e281ab725cf6b89.zip | |
fix fmt
| -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 } - |
