Skip to content

Commit 7ce206d

Browse files
authored
Fix -Zremap-path-scope typo
1 parent a58ec8f commit 7ce206d

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)