diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-12 22:10:29 -0400 | 
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-08-17 12:43:25 -0400 | 
| commit | 84044cd50f3db13defbd96e6720da62140679a25 (patch) | |
| tree | 4f12791f856b6b9dee30ce2858f67bd044458309 /tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs | |
| parent | eae5b5c6e7d5804f7c0a6080444709b3c77b3443 (diff) | |
| download | rust-84044cd50f3db13defbd96e6720da62140679a25.tar.gz rust-84044cd50f3db13defbd96e6720da62140679a25.zip  | |
Bless test fallout
Diffstat (limited to 'tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs')
| -rw-r--r-- | tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs b/tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs index d7b62436d2d..e00214fe8e0 100644 --- a/tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs +++ b/tests/ui/impl-trait/in-trait/cannot-capture-intersection.rs @@ -1,5 +1,3 @@ -#![feature(precise_capturing)] - use std::future::Future; use std::pin::Pin;  | 
