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 c639f44 commit 304a245Copy full SHA for 304a245
doc/rust.md
@@ -591,6 +591,9 @@ Crates are provided to the Rust compiler through two kinds of file:
591
- _crate files_, that end in `.rc` and each define a `crate`.
592
- _source files_, that end in `.rs` and each define a `module`.
593
594
+> **Note:** The functionality of crate files will be merged into source files in future versions of Rust.
595
+> The separate processing of crate files, both their grammar and file extension, will be removed.
596
+
597
The Rust compiler is always invoked with a single input file, and always
598
produces a single output crate.
599
0 commit comments