Fix -Zremap-path-scope typo
This commit is contained in:
parent
a58ec8ff03
commit
7ce206d185
@ -20,5 +20,5 @@ This flag accepts a comma-separated list of values and may be specified multiple
|
||||
```sh
|
||||
# This would produce an absolute path to main.rs in build outputs of
|
||||
# "./main.rs".
|
||||
rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-prefix=object main.rs
|
||||
rustc --remap-path-prefix=$(PWD)=/remapped -Zremap-path-scope=object main.rs
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user