We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--remap-path-scope
1 parent bcbf54a commit 582dee3Copy full SHA for 582dee3
src/doc/rustc/src/remap-source-paths.md
@@ -39,6 +39,7 @@ The valid scopes are:
39
- `object` - apply remappings to all paths in compiled executables or libraries, but not elsewhere. Currently an alias for `macro,debuginfo`.
40
- `all` (default) - an alias for all of the above, also equivalent to supplying only `--remap-path-prefix` without `--remap-path-scope`.
41
42
+The scopes accepted by `--remap-path-scope` are not exhaustive - new scopes may be added in future releases for eventual stabilisation.
43
### Example
44
45
```sh
0 commit comments