Commit 6188c58
committed
Auto merge of rust-lang#54711 - kennytm:rollup, r=kennytm
Rollup of 13 pull requests
Successful merges:
- rust-lang#53784 (Document that slices cannot be larger than `isize::MAX` bytes)
- rust-lang#54308 (Better user experience when attempting to call associated functions with dot notation)
- rust-lang#54488 (in which we include attributes in unused `extern crate` suggestion spans)
- rust-lang#54544 (Indicate how to move value out of Box in docs.)
- rust-lang#54623 (Added help message for `impl_trait_in_bindings` feature gate)
- rust-lang#54641 (A few cleanups and minor improvements to rustc/infer)
- rust-lang#54656 (Correct doc for WorkQueue<T>::pop().)
- rust-lang#54674 (update miri)
- rust-lang#54676 (Remove `-Z disable_ast_check_for_mutation_in_guard`)
- rust-lang#54679 (Improve bug! message for impossible case in Relate)
- rust-lang#54681 (Rename sanitizer runtime libraries on OSX)
- rust-lang#54708 (Make ./x.py help <cmd> invoke ./x.py <cmd> -h on its own)
- rust-lang#54713 (Add nightly check for tool_lints warning)File tree
40 files changed
+491
-298
lines changed- src
- bootstrap
- build_helper
- liballoc
- libcore/slice
- librustc_asan
- librustc_data_structures
- librustc_resolve
- librustc_tsan
- librustc_typeck
- librustc
- hir
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- opaque_types
- region_constraints
- lint
- session
- ty
- test
- run-pass/issues
- ui
- feature-gates
- impl-trait
- issues
- nll
- resolve
- rust-2018
- tools
40 files changed
+491
-298
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
847 | 852 | | |
848 | 853 | | |
849 | 854 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
181 | 212 | | |
182 | 213 | | |
183 | 214 | | |
| |||
229 | 260 | | |
230 | 261 | | |
231 | 262 | | |
232 | | - | |
| 263 | + | |
233 | 264 | | |
234 | 265 | | |
235 | 266 | | |
| |||
242 | 273 | | |
243 | 274 | | |
244 | 275 | | |
245 | | - | |
246 | | - | |
| 276 | + | |
| 277 | + | |
247 | 278 | | |
248 | 279 | | |
249 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
4080 | 4081 | | |
4081 | 4082 | | |
4082 | 4083 | | |
| 4084 | + | |
| 4085 | + | |
| 4086 | + | |
4083 | 4087 | | |
4084 | 4088 | | |
4085 | 4089 | | |
| |||
4101 | 4105 | | |
4102 | 4106 | | |
4103 | 4107 | | |
| 4108 | + | |
4104 | 4109 | | |
4105 | 4110 | | |
4106 | 4111 | | |
4107 | 4112 | | |
| 4113 | + | |
| 4114 | + | |
4108 | 4115 | | |
4109 | 4116 | | |
4110 | 4117 | | |
| |||
4114 | 4121 | | |
4115 | 4122 | | |
4116 | 4123 | | |
4117 | | - | |
4118 | | - | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
| 4127 | + | |
4119 | 4128 | | |
4120 | 4129 | | |
4121 | 4130 | | |
4122 | 4131 | | |
4123 | 4132 | | |
4124 | 4133 | | |
4125 | | - | |
| 4134 | + | |
| 4135 | + | |
| 4136 | + | |
4126 | 4137 | | |
4127 | 4138 | | |
4128 | 4139 | | |
| |||
0 commit comments