Esteban Küber
|
8339474a7c
|
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 |
|
Philipp Krones
|
7be6e2178e
|
Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-update
|
2024-02-27 15:50:17 +01:00 |
|
Urgau
|
a86e758228
|
Adjust clippy tests with new rustc help suggestion for lints
|
2023-09-04 14:22:02 +02:00 |
|
Philipp Krones
|
7713f28f54
|
Remove unnecessary clap_derive dependency added in 9ee211af
The fixed issue in this commit can be tested without depending on
clap/clap_derive. This updates the test case to do so.
|
2022-06-04 14:04:35 +02:00 |
|
Philipp Krones
|
f067783461
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
|
flip1995
|
027780ca2c
|
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
|
2020-08-11 17:50:45 +02:00 |
|
flip1995
|
a0e9f9bd0d
|
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
|
2020-05-28 15:45:24 +02:00 |
|
Yuki Okushi
|
07e33633a3
|
Update stderrs
|
2020-01-07 18:38:12 +09:00 |
|
Michael Wright
|
11682b4cd2
|
Add rustfmt::skip to outer attr format tests
|
2019-02-27 07:41:07 +02:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
9b839cd4b5
|
update line numbers of tests
|
2018-12-09 17:24:08 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Philipp Hansch
|
aade0d563e
|
Make lint work on all members of ast::Item_
|
2018-01-29 10:03:52 +01:00 |
|
Philipp Hansch
|
83909398d2
|
Add test case for comments between item and attr
|
2018-01-29 10:03:52 +01:00 |
|
Philipp Hansch
|
80827c1f74
|
Warn on empty lines after outer attributes
|
2018-01-29 10:03:52 +01:00 |
|