We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e37f7b + 0ad4594 commit 3436fc7Copy full SHA for 3436fc7
src/identifiers.md
@@ -47,7 +47,7 @@ Zero width non-joiner (ZWNJ U+200C) and zero width joiner (ZWJ U+200D) character
47
r[ident.ascii-limitations]
48
Identifiers are restricted to the ASCII subset of [`XID_Start`] and [`XID_Continue`] in the following situations:
49
50
-* [`extern crate`] declarations
+* [`extern crate`] declarations (except the _AsClause_ identifier)
51
* External crate names referenced in a [path]
52
* [Module] names loaded from the filesystem without a [`path` attribute]
53
* [`no_mangle`] attributed items
0 commit comments