rust/compiler/rustc_parse
Matthias Krüger fb691b470a
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Add `&pin (mut|const) T` type position sugar

This adds parser support for `&pin mut T` and `&pin const T` references. These are desugared to `Pin<&mut T>` and `Pin<&T>` in the AST lowering phases.

This PR currently includes #130526 since that one is in the commit queue. Only the most recent commits (bd450027eb4a94b814a7dd9c0fa29102e6361149 and following) are new.

Tracking:

- #130494

r? `@compiler-errors`
2024-10-15 05:12:34 +02:00
..
src Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors 2024-10-15 05:12:34 +02:00
Cargo.toml Update unicode-width to 0.2.0 2024-10-12 21:57:50 +00:00
messages.ftl Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors 2024-10-12 11:08:42 -05:00