Commit 1da69f2
committed
Auto merge of rust-lang#102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#102094 (Add missing documentation for `bool::from_str`)
- rust-lang#102115 (Add examples to `bool::then` and `bool::then_some`)
- rust-lang#102134 (Detect panic strategy using `rustc --print cfg`)
- rust-lang#102137 (Don't convert valtree to constvalue during normalization)
- rust-lang#102148 (add regression test for miri issue 2433)
- rust-lang#102158 (rustdoc: clean up CSS/DOM for deprecation warnings)
- rust-lang#102177 (Fix a typo in `std`'s root docs)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
3 files changed
+24
-0
lines changed- cargo-miri/src
- src
- tests/pass/issues
3 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments