Files
rust/tests/ui/self
Matthias Krüger 535cd8d511 Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco
Suggest `pin!()` instead of `Pin::new()` when appropriate

When encountering a type that needs to be pinned but that is `!Unpin`, suggest using the `pin!()` macro.

Fix #57994.
2023-10-03 16:24:15 +02:00
..
2023-01-15 19:46:20 +00:00
2023-05-14 12:48:57 +00:00