Commit 75c8179
committed
Auto merge of rust-lang#107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#104012 (Improve unexpected close and mismatch delimiter hint in TokenTreesReader)
- rust-lang#104252 (Stabilize the const_socketaddr feature)
- rust-lang#105524 (Replace libc::{type} with crate::ffi::{type})
- rust-lang#107096 (Detect references to non-existant messages in Fluent resources)
- rust-lang#107355 (Add regression test for rust-lang#60755)
- rust-lang#107384 (Remove `BOOL_TY_FOR_UNIT_TESTING`)
- rust-lang#107385 (Use `FallibleTypeFolder` for `ConstInferUnifier` not `TypeRelation`)
- rust-lang#107391 (rustdoc: remove inline javascript from copy-path button)
- rust-lang#107398 (Remove `ControlFlow::{BREAK, CONTINUE}`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
5 files changed
+3
-5
lines changed- clippy_lints/src
- methods
- clippy_utils/src
- mir
5 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments