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 e3f3692 commit d389a9cCopy full SHA for d389a9c
text/0000-non-ascii-idents.md
@@ -254,6 +254,10 @@ The [Go language][Go] allows identifiers in the form **Letter (Letter | Number)\
254
* Which name mangling scheme is used by the compiler?
255
* Is there a better name for the `less_used_codepoints` lint?
256
* Which lint should the global mixed scripts confusables detection trigger?
257
+* How badly do non-ASCII idents exacerbate const pattern confusion
258
+ (rust-lang/rust#7526, rust-lang/rust#49680)?
259
+ Can we improve precision of linting here?
260
+
261
262
[PEP 3131]: https://www.python.org/dev/peps/pep-3131/
263
[UAX31]: http://www.unicode.org/reports/tr31/
0 commit comments