You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3127-trim-paths.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ should support finer grained control over paths in which contexts should be rema
90
90
91
91
When the `--remap-path-prefix` option is passed to rustc, source path prefixes in all output will be affected by default.
92
92
The `--remap-path-scope` argument can be used in conjunction with `--remap-path-prefix` to determine paths in which output context should be affected.
93
-
This flag accepts a comma-separated list of values and may be specified multiple times. The valid scopes are:
93
+
This flag accepts a comma-separated list of values and may be specified multiple times, in which case the scopes are aggregated together. The valid scopes are:
94
94
95
95
-`macro` - apply remappings to the expansion of `std::file!()` macro. This is where paths in embedded panic messages come from
96
96
-`diagnostics` - apply remappings to printed compiler diagnostics
0 commit comments