Skip to content

Commit 2655663

Browse files
committed
fix tests for 2018
1 parent b2c51c2 commit 2655663

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/ui/async-await/issues/issue-64391-2.rs

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// `"".to_string()` value was causing a (spurious) unwind path that
55
// led us to believe that the future might be dropped after `config`
66
// had been dropped. This cannot, in fact, happen.
7+
//
8+
// check-pass
9+
// edition:2018
710

811
async fn connect() {
912
let config = 666;

src/test/ui/async-await/issues/issue-64433.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// same PR.
55
//
66
// check-pass
7+
// edition:2018
78

89
#[derive(Debug)]
910
struct A<'a> {

0 commit comments

Comments
 (0)