diff options
| author | Eric Huss <eric@huss.org> | 2022-03-19 21:05:31 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-03-19 21:05:31 -0700 |
| commit | 9da3c355c8057f592d25efc464cec138238b6737 (patch) | |
| tree | 68fd797e34f6cf51299fdd16d851e79aa5b9ff96 | |
| parent | f2661cfe341f88bea919daf52a07015dceaf7a6a (diff) | |
Fix docs for default rmeta filename.
| -rw-r--r-- | src/doc/rustc/src/command-line-arguments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md index 11925ab9785..3759cb632bb 100644 --- a/src/doc/rustc/src/command-line-arguments.md +++ b/src/doc/rustc/src/command-line-arguments.md @@ -118,7 +118,7 @@ The valid emit kinds are: - `llvm-ir` — Generates a file containing [LLVM IR]. The default output filename is `CRATE_NAME.ll`. - `metadata` — Generates a file containing metadata about the crate. The - default output filename is `CRATE_NAME.rmeta`. + default output filename is `libCRATE_NAME.rmeta`. - `mir` — Generates a file containing rustc's mid-level intermediate representation. The default output filename is `CRATE_NAME.mir`. - `obj` — Generates a native object file. The default output filename is |
