Files
rust/tests/ui
Samuel Tardieu 8b7cfc75dd Rust 1.81 and later support elision with explicit self types
Commit 9ef6e2199c introduced a check to
ensure that Clippy doesn't consider a lifetime present in an explicit
self type as being the default for an elided output lifetime. For
example, elision did not work in the case like:

```rust
  fn func(self: &Rc<Self>, &str) -> &str { … }
```

Since Rust 1.81.0, the lifetime in the self type is now considered
the default for elision. Elision should then be suggested when
appropriate.
2025-01-13 23:34:19 +01:00
..
2024-12-13 00:04:56 +00:00
2024-12-13 00:04:56 +00:00
2024-12-15 20:36:47 +01:00
2024-11-22 14:57:20 +01:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2024-12-13 00:04:56 +00:00
2025-01-10 18:26:01 +01:00
2025-01-10 18:26:01 +01:00
2025-01-10 18:26:01 +01:00
2025-01-06 17:35:55 +01:00
2024-12-12 23:36:27 +00:00
2024-12-12 23:36:27 +00:00
2024-12-12 23:36:27 +00:00
2024-12-13 00:04:56 +00:00
2024-12-08 22:45:01 +01:00