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 fb09b4aCopy full SHA for fb09b4a
src/doc/rustc/src/remap-source-paths.md
@@ -39,6 +39,8 @@ 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
+
44
### Example
45
46
```sh
0 commit comments