rust/tests
bors f78292a4ad Auto merge of #9156 - Rqnsom:manual_flatten, r=Alexendoo
fix [`manual_flatten`] help texts order

fixes  #8948

Whenever suggestion for this lint does not fit in one line,
legacy solution has some unexpected/unhandled behavior:
lint will then generate two help messages which seem to be shown in the wrong order.
The second help message in that case will contain the suggestion.

The first help message always refers to a suggestion message,
and **it should adapt** depending on the location of the suggestion:
- inline suggestion within the error/warning message
- suggestion separated into a second help text

This is my first contribution here, so I hope I didn't miss anything for creating this PR.

changelog: fix [`manual_flatten`] help texts order
2022-07-13 12:52:08 +00:00
..
test_utils
ui Auto merge of #9156 - Rqnsom:manual_flatten, r=Alexendoo 2022-07-13 12:52:08 +00:00
ui-cargo add uitests for cargo rust-version field 2022-06-28 08:04:10 +02:00
ui-internal Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffate 2022-06-27 00:32:22 +00:00
ui-toml
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Lint for repeated traits within trait bounds or where clauses. 2022-07-12 22:03:55 +10:00
dogfood.rs Add cargo dev dogfood 2022-06-23 12:16:34 -04:00
integration.rs
lint_message_convention.rs fix for manual_flatten help texts order 2022-07-13 09:33:17 +02:00
missing-test-files.rs
versioncheck.rs
workspace.rs