about summary refs log tree commit diff
path: root/tests/pretty/pin-ergonomics.rs
AgeCommit message (Expand)AuthorLines
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-1/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+14
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-0/+24