We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58ec8f commit 7ce206dCopy full SHA for 7ce206d
src/doc/unstable-book/src/compiler-flags/remap-path-scope.md
@@ -20,5 +20,5 @@ This flag accepts a comma-separated list of values and may be specified multiple
20
```sh
21
# This would produce an absolute path to main.rs in build outputs of
22
# "./main.rs".
23
-rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-prefix=object main.rs
+rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-scope=object main.rs
24
```
0 commit comments