about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-15 05:12:34 +0200
committerGitHub <noreply@github.com>2024-10-15 05:12:34 +0200
commit66359a7c8739491c936bed2a65bd56c31f020af1 (patch)
tree4b9f039a2c56ebda6eeaf3093aa906f592d0bbca /compiler/rustc_codegen_llvm/src
parentea48cf362c3ec0e94b1c7bfee1c8605d978268dd (diff)
parentc038c3030bdcd9b1652aa4af21ed44211798451c (diff)
downloadrust-66359a7c8739491c936bed2a65bd56c31f020af1.tar.gz
rust-66359a7c8739491c936bed2a65bd56c31f020af1.zip
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`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions