Esteban Küber
|
957c0d3488
|
Side-step small SVG width divergence by setting min-width
|
2024-03-18 16:40:43 +00:00 |
|
Esteban Küber
|
cc9631a371
|
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-18 16:25:36 +00:00 |
|
Esteban Küber
|
8ea7177af7
|
Move multispan test to svg output
|
2024-03-18 16:25:36 +00:00 |
|
Esteban Küber
|
3e0bf9498a
|
Fix test for multiline span ui display
The compiler output changed in such a way that this test was no longer testing what it was meant to.
|
2024-03-18 16:25:36 +00:00 |
|
许杰友 Jieyou Xu (Joe)
|
ec2cc761bc
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
Nilstrieb
|
41e8d152dc
|
Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
|
2023-11-24 19:15:52 +01:00 |
|
Michael Goulet
|
137b6d0b01
|
Point to where missing return type should go
|
2023-10-04 21:09:54 +00:00 |
|
Michael Goulet
|
3a3f4a2144
|
Don't use method span on clone suggestion
|
2023-07-10 20:09:28 +00:00 |
|
Michael Goulet
|
fe870424a7
|
Do not set up wrong span for adjustments
|
2023-07-10 20:09:26 +00:00 |
|
Eric Huss
|
a4e851cf62
|
Add some reasons why tests are ignored.
|
2023-04-15 16:11:42 -07:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|