Commit dd550cd
committed
Auto merge of #149941 - jhpratt:rollup-9p1xc2t, r=jhpratt
Rollup of 10 pull requests
Successful merges:
- rust-lang/rust#145278 (Update `rustc_codegen_gcc` rotate operation document)
- rust-lang/rust#148837 (Use `let...else` instead of `match foo { ... _ => return };` and `if let ... else return`)
- rust-lang/rust#149177 (Add proper suggestion for associated function with unknown field)
- rust-lang/rust#149843 (Inherit attributes in delegation)
- rust-lang/rust#149860 (Fix: Prevent macro-expanded extern crates from shadowing extern arguments)
- rust-lang/rust#149874 (Weak for Arc pointer is marked as DynSend/DynSync)
- rust-lang/rust#149903 (Remove unused code in `cfg_old`)
- rust-lang/rust#149911 (bootstrap: Don't pass an unused `--color` to compiletest)
- rust-lang/rust#149916 (Add a sanity check in case of any duplicate nodes)
- rust-lang/rust#149924 (`declare_lint_pass` for `INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES`)
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 135 | + | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 32 | + | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
0 commit comments