about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Kuber <esteban@kuber.com.ar>2021-09-09 15:55:21 +0000
committerEsteban Kuber <esteban@kuber.com.ar>2021-11-23 20:36:18 +0000
commit4489aeb907eb4de3fc6eeb132e281ab725cf6b89 (patch)
tree9b1113c8f671c6664b428cd4d989176eb3b31b21
parent081198a6c858bd4b7890f3d742f89fa395e50207 (diff)
downloadrust-4489aeb907eb4de3fc6eeb132e281ab725cf6b89.tar.gz
rust-4489aeb907eb4de3fc6eeb132e281ab725cf6b89.zip
fix fmt
-rw-r--r--src/test/ui/parser/emoji-identifiers.rs1
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
 }
-