Skip to content

Commit a071e05

Browse files
authored
Unrolled build for rust-lang#120225
Rollup merge of rust-lang#120225 - micolous:patch-1, r=michaelwoerister Fix -Zremap-path-scope typo This fixes a documentation typo from rust-lang#115214 where `-Zremap-path-prefix=object` should be `-Zremap-path-scope=object`. ```@rustbot``` label: +F-trim-paths
2 parents 3066253 + 7ce206d commit a071e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/remap-path-scope.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ This flag accepts a comma-separated list of values and may be specified multiple
2020
```sh
2121
# This would produce an absolute path to main.rs in build outputs of
2222
# "./main.rs".
23-
rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-prefix=object main.rs
23+
rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-scope=object main.rs
2424
```

0 commit comments

Comments
 (0)