Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/crates-and-source-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ name of the crate with the [_MetaNameValueStr_] syntax.
```

The crate name must not be empty, and must only contain [Unicode alphanumeric]
or `-` (U+002D) characters.
or `_` (U+005F) characters.

[^phase-distinction]: This distinction would also exist in an interpreter.
Static checks like syntactic analysis, type checking, and lints should
Expand Down