rust/tests/ui/async-await/pin-ergonomics
Mara Bos 1ca9300989 Update tests. 2025-04-15 11:14:23 +02:00
..
coerce-non-pointer-pin.rs Don't type error if we fail to coerce Pin because it doesnt contain a ref 2024-11-23 01:41:18 +00:00
coerce-non-pointer-pin.stderr Don't type error if we fail to coerce Pin because it doesnt contain a ref 2024-11-23 01:41:18 +00:00
reborrow-arg.rs
reborrow-const-as-mut.rs
reborrow-const-as-mut.stderr Don't type error if we fail to coerce Pin because it doesnt contain a ref 2024-11-23 01:41:18 +00:00
reborrow-once.rs
reborrow-once.stderr Update tests. 2025-04-15 11:14:23 +02:00
reborrow-self.rs
reborrow-shorter.rs
sugar-ambiguity.rs
sugar-no-const.rs
sugar-no-const.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
sugar-self.rs Implement `&pin const self` and `&pin mut self` sugars 2025-03-05 22:37:53 +08:00
sugar.rs