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.
extern crate foo as føø
1 parent d6d24b9 commit 0ad4594Copy full SHA for 0ad4594
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