Skip to content

Commit bcbd131

Browse files
cbeuwteor2345
andauthored
Update text/3127-trim-path.md
Co-authored-by: teor <[email protected]>
1 parent 139d7f0 commit bcbd131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3127-trim-path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If using MSVC toolchain, path to the .pdb file containing debug information are
9595
information.
9696

9797
With `trim-path` option disabled, the embedding of path to the source files of the standard and core library will depend on if `rust-src` component is present. If it is, then the real path pointing to a copy of the source files on your file system will be embedded; if it isn't, then they will
98-
show up as `/rustc/[rustc version]/library/...` (just like when `trim-path` is enabled). Path to all other source files will not be affected.
98+
show up as `/rustc/[rustc version]/library/...` (just like when `trim-path` is enabled). Paths to all other source files will not be affected.
9999

100100
Note that this will not affect any hard-coded paths in the source code.
101101

@@ -189,4 +189,4 @@ a hassle for debugging. However this is not an issue for Rust as we have separat
189189
# Future possibilities
190190
[future-possibilities]: #future-possibilities
191191

192-
N/A
192+
N/A

0 commit comments

Comments
 (0)