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
Auto merge of rust-lang#110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#110038 (Erase regions when confirming transmutability candidate)
- rust-lang#110341 (rustdoc: stop passing a title to `replaceState` second argument)
- rust-lang#110388 (Add a message for if an overflow occurs in `core::intrinsics::is_nonoverlapping`.)
- rust-lang#110404 (fix clippy::toplevel_ref_arg and ::manual_map)
- rust-lang#110421 (Spelling librustdoc)
- rust-lang#110423 (Spelling srcdoc)
- rust-lang#110433 (Windows: map a few more error codes to ErrorKind)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: src/doc/rustc/src/instrument-coverage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ $ ls formatjson5.profraw
117
117
formatjson5.profraw
118
118
```
119
119
120
-
If `LLVM_PROFILE_FILE` contains a path to a non-existent directory, the missing directory structure will be created. Additionally, the following special pattern strings are rewritten:
120
+
If `LLVM_PROFILE_FILE` contains a path to a nonexistent directory, the missing directory structure will be created. Additionally, the following special pattern strings are rewritten:
121
121
122
122
-`%p` - The process ID.
123
123
-`%h` - The hostname of the machine running the program.
0 commit comments