bors
bd459c2877
Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk
When displaying multispans, ignore empty lines adjacent to `...`
```
error[E0308]: `match` arms have incompatible types
--> tests/ui/codemap_tests/huge_multispan_highlight.rs:98:18
|
6 | let _ = match true {
| ---------- `match` arms have incompatible types
7 | true => (
| _________________-
8 | | // last line shown in multispan header
... |
96 | |
97 | | ),
| |_________- this is found to be of type `()`
98 | false => "
| __________________^
... |
119 | |
120 | | ",
| |_________^ expected `()`, found `&str`
error[E0308]: `match` arms have incompatible types
--> tests/ui/codemap_tests/huge_multispan_highlight.rs:215:18
|
122 | let _ = match true {
| ---------- `match` arms have incompatible types
123 | true => (
| _________________-
124 | |
125 | | 1 // last line shown in multispan header
... |
213 | |
214 | | ),
| |_________- this is found to be of type `{integer}`
215 | false => "
| __________________^
216 | |
217 | |
218 | | 1 last line shown in multispan
... |
237 | |
238 | | ",
| |_________^ expected integer, found `&str`
```
2024-03-19 22:11:59 +00:00
..
2024-03-13 15:25:35 +00:00
2024-03-19 00:04:09 +00:00
2024-03-08 23:20:29 -05:00
2024-03-19 08:37:53 +00:00
2024-03-19 00:04:09 +00:00
2024-03-14 12:42:04 +01:00
2024-03-11 09:15:09 +11:00
2024-03-19 19:57:51 +00:00
2024-03-13 16:11:16 +08:00
2024-03-19 09:17:40 +00:00
2024-03-19 00:04:09 +00:00
2024-03-18 16:27:09 +01:00
2024-03-19 18:03:51 +01:00
2024-03-19 09:38:15 +00:00
2024-03-15 18:31:07 -04:00
2024-03-14 20:00:18 +01:00
2024-03-19 00:04:09 +00:00
2024-03-05 12:14:49 +11:00
2024-03-18 16:25:36 +00:00
2024-03-19 22:11:59 +00:00
2024-03-19 18:03:52 +01:00
2024-03-05 12:14:49 +11:00
2024-03-19 18:03:53 +01:00
2024-03-19 18:03:53 +01:00
2024-03-19 08:37:53 +00:00
2024-03-19 15:38:41 +00:00
2024-03-13 16:40:02 +01:00
2024-03-06 16:54:42 +01:00
2024-03-19 17:52:46 +00:00
2024-03-14 20:00:18 +01:00
2024-03-19 08:37:53 +00:00
2024-03-16 23:28:47 +01:00
2024-03-17 10:11:04 -07:00
2024-03-03 12:33:26 +01:00
2024-03-11 10:06:34 +11:00
2024-03-19 18:03:52 +01:00
2024-03-19 17:52:46 +00:00
2024-03-19 09:19:58 +00:00
2024-03-08 18:53:58 -05:00
2024-03-19 13:10:01 +00:00
2024-03-19 09:19:58 +00:00
2024-03-04 15:39:59 +00:00
2024-03-19 18:03:52 +01:00
2024-03-16 22:33:02 +00:00
2024-03-19 18:03:53 +01:00
2024-03-18 22:24:36 +01:00
2024-03-14 14:10:45 +00:00
2024-03-12 05:31:41 +01:00
2024-03-12 09:04:00 -07:00
2024-03-19 18:03:49 +01:00
2024-03-08 20:56:25 +00:00
2024-03-18 22:24:38 +01:00
2024-03-18 09:34:08 +00:00
2024-03-18 10:32:25 +01:00
2024-03-11 09:15:09 +11:00
2024-03-14 20:00:18 +01:00
2024-03-19 04:21:14 +00:00
2024-03-07 06:27:09 +00:00
2024-03-18 09:34:08 +00:00
2024-03-19 09:38:15 +00:00
2024-03-19 15:38:41 +00:00
2024-03-14 11:09:58 +01:00