-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji based error handling #1565
Conversation
👍 ❤️ 🎉 🎱 💯 🔢 😄 🏆 |
This RFC does not even display properly. lol |
That is addressed in the "unresolved questions". Creating a custom Rust font and/or forking Servo or Firefox to build our own Rust browser with full Emoji support would trivially resolve that problem. 🍻 |
It seems great for others also,not just for errors |
Why stop with error handling? Changing keywords would be even more interesting. With just a few ones exchanged, e g: pub = 🍺 (well, you can do other things at the pub too) Example code: #[ 🚗 ( De 🐛 )] impl 💧 for April1st { |
Quick someone, please create rfc to use unicode character for lifetime! fn foo(a: &str1) -> &str1 |
If possible, consider compatibility with PEP 3117 for maximum synergy :) |
We really need this for Redox, it makes everything much better. |
I'm glad the Rust team is trying to get ahead of the curve with error messages. After Microsoft replaced their old blue screen with the super useful ASCII sad face I finally realized that the computer's emotions tell me more than an error code ever could. |
Besides from a missing |
```rust | ||
enum 🙏<T, E> { | ||
🍻<T>, | ||
💩<E>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
enum 🙏<T, E> {
🍻(T),
💩(E),
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱!()
Can we close this as postponed? MIR is clearly blocking. |
We should ask this ISO Trump++ guy to weigh in here. Is he on github? |
After deep and thorough consideration, the @rust-lang/lang team has decided to close this RFC. It just doesn't quite fit into our priorities at this time. Maybe later! |
✨ Rendered ✨