rust/tests/ui/pin-ergonomics
2025-11-10 09:57:08 +08:00
..
borrow-unpin.pinned.stderr Move the place in &pin mut $place when !Unpin to ensure soundness 2025-06-15 10:31:11 +08:00
borrow-unpin.rs Move the place in &pin mut $place when !Unpin to ensure soundness 2025-06-15 10:31:11 +08:00
borrow-unpin.unpin.stderr Move the place in &pin mut $place when !Unpin to ensure soundness 2025-06-15 10:31:11 +08:00
borrow.rs Move the place in &pin mut $place when !Unpin to ensure soundness 2025-06-15 10:31:11 +08:00
coerce-non-pointer-pin.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
coerce-non-pointer-pin.stderr Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
pattern-matching-deref-pattern.normal.stderr Add #[pin_project] attribute for structurally pinning 2025-10-30 07:56:17 +08:00
pattern-matching-deref-pattern.rs Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pattern-matching-mix-deref-pattern.both.stderr Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pattern-matching-mix-deref-pattern.deref_patterns.stderr Add #[pin_project] attribute for structurally pinning 2025-10-30 07:56:17 +08:00
pattern-matching-mix-deref-pattern.normal.stderr Add #[pin_project] attribute for structurally pinning 2025-10-30 07:56:17 +08:00
pattern-matching-mix-deref-pattern.pin_ergonomics.stderr Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pattern-matching-mix-deref-pattern.rs Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pattern-matching.normal.stderr Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pattern-matching.pin_ergonomics.stderr Add #[pin_project] attribute for structurally pinning 2025-10-30 07:56:17 +08:00
pattern-matching.rs Rename #[pin_project] to #[pin_v2] to avoid naming conflicts 2025-10-30 07:56:17 +08:00
pin-pattern.rs Implement &pin patterns and ref pin bindings 2025-11-10 09:57:08 +08:00
pin-pattern.stderr Implement &pin patterns and ref pin bindings 2025-11-10 09:57:08 +08:00
pin_v2-attr.rs Remove the #[pin_v2] test since it produces different errors on different archs 2025-10-31 11:26:30 +08:00
pin_v2-attr.stderr Remove the #[pin_v2] test since it produces different errors on different archs 2025-10-31 11:26:30 +08:00
reborrow-arg.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-const-as-mut.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-const-as-mut.stderr Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-once.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-once.stderr Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-self.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
reborrow-shorter.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
sugar-ambiguity.rs Implement &pin patterns and ref pin bindings 2025-11-10 09:57:08 +08:00
sugar-no-const.rs Implement &pin patterns and ref pin bindings 2025-11-10 09:57:08 +08:00
sugar-no-const.stderr Implement &pin patterns and ref pin bindings 2025-11-10 09:57:08 +08:00
sugar-self.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00
sugar.rs Move tests/ui/async-await/pin-ergonomics to tests/ui 2025-06-15 10:21:29 +08:00