Skip to content

Commit

Permalink
Fix docs for default rmeta filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 20, 2022
1 parent f2661cf commit 9da3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9da3c35

Please sign in to comment.