Skip to content

Commit 4529030

Browse files
danielhenrymantilladtolnay
authored andcommitted
Stabilize ::{core,std}::pin::pin!
1 parent 32ff9ab commit 4529030

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/pass/issues/issue-miri-2068.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(pin_macro)]
2-
31
use core::future::Future;
42
use core::pin::Pin;
53
use core::task::{Context, Poll};

tests/pass/stacked-borrows/future-self-referential.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(pin_macro)]
2-
31
use std::future::*;
42
use std::marker::PhantomPinned;
53
use std::pin::*;

0 commit comments

Comments
 (0)