We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8881377 commit 6993187Copy full SHA for 6993187
text/0000-associated-constants-on-ints.md
@@ -95,6 +95,10 @@ even to experienced Rust programmers; the fact that such a pattern is seemingly
95
the standard library is even more of a surprise. By making this change we would be able to
96
remove all modules in the standard library whose names shadow integral types.
97
98
+5. Removal of a frustrating papercut. Even experienced Rust programmers are prone to trip over
99
+this and curse at having to be reminded of a bizarre and jarring artifact of Rust 1.0.
100
+By removing these artifacts we can make the experience of using Rust more universally pleasant.
101
+
102
# Guide-level explanation
103
[guide-level-explanation]: #guide-level-explanation
104
0 commit comments