Skip to content

Commit 7397eee

Browse files
committed
add #![feature(unsafe_binders)] annotation to tests
1 parent f649c4c commit 7397eee

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/source/unsafe-binders.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![feature(unsafe_binders)]
2+
13
fn foo() -> unsafe<'a>
24
&'a () {}
35

tests/target/unsafe-binders.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![feature(unsafe_binders)]
2+
13
fn foo() -> unsafe<'a> &'a () {}
24

35
struct Foo {

0 commit comments

Comments
 (0)