rust/tests
Matthias Krüger b7c2ba71c8
Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot
`single_use_lifetimes`: Don't suggest deleting lifetimes with bounds

Closes #117965

```
9 |     pub fn get<'b: 'a>(&'b self) -> &'a str {
  |                ^^       -- ...is used only here
  |                |
  |                this lifetime...
```

In this example, I think the `&'b self` can be replaced with the bound itself, yielding `&'a self`, but this would require a deeper refactor. Happy to do as a follow-on PR if desired.
2024-01-20 09:37:28 +01:00
..
assembly
auxiliary
codegen Directly use volatile_load intrinsic 2024-01-19 10:52:01 +01:00
codegen-units
coverage
coverage-run-rustdoc
debuginfo
incremental
mir-opt Remove feature(offset_of) from tests 2024-01-19 20:38:51 +00:00
pretty Remove feature(offset_of) from tests 2024-01-19 20:38:51 +00:00
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle 2024-01-19 19:26:59 +01:00
rustdoc-gui Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle 2024-01-19 19:26:59 +01:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Rollup merge of #119730 - vuittont60:master, r=GuillaumeGomez 2024-01-18 20:56:19 +01:00
ui Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot 2024-01-20 09:37:28 +01:00
ui-fulldeps
COMPILER_TESTS.md