Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Next Next commit
doc: document remap matching behaviour in rustc flags
  • Loading branch information
poliorcetics committed Dec 10, 2022
commit 952bf87da1f817c767d61d01a365796b07c71fc4
3 changes: 3 additions & 0 deletions src/doc/rustc/src/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ replacement is purely textual, with no consideration of the current system's
pathname syntax. For example `--remap-path-prefix foo=bar` will match
`foo/lib.rs` but not `./foo/lib.rs`.

When multiple remappings are given and several of them match, the **last**
matching one is applied.

<a id="option-json"></a>
## `--json`: configure json messages printed by the compiler

Expand Down