Skip to content

Commit d389a9c

Browse files
committed
Add unresolved Q regarding const pat confusion (rust-lang/rust#7526).
1 parent e3f3692 commit d389a9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-non-ascii-idents.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ The [Go language][Go] allows identifiers in the form **Letter (Letter | Number)\
254254
* Which name mangling scheme is used by the compiler?
255255
* Is there a better name for the `less_used_codepoints` lint?
256256
* 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+
257261

258262
[PEP 3131]: https://www.python.org/dev/peps/pep-3131/
259263
[UAX31]: http://www.unicode.org/reports/tr31/

0 commit comments

Comments
 (0)