Skip to content

Commit fb09b4a

Browse files
Urgaudavidtwco
andcommitted
Document that new --remap-path-scope scopes may be added in the future
Co-authored-by: David Wood <[email protected]>
1 parent bcbf54a commit fb09b4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/remap-source-paths.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The valid scopes are:
3939
- `object` - apply remappings to all paths in compiled executables or libraries, but not elsewhere. Currently an alias for `macro,debuginfo`.
4040
- `all` (default) - an alias for all of the above, also equivalent to supplying only `--remap-path-prefix` without `--remap-path-scope`.
4141

42+
The scopes accepted by `--remap-path-scope` are not exhaustive - new scopes may be added in future releases for eventual stabilisation.
43+
4244
### Example
4345

4446
```sh

0 commit comments

Comments
 (0)