fix tests for 2018
This commit is contained in:
parent
b2c51c24c9
commit
2655663345
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
// `"".to_string()` value was causing a (spurious) unwind path that
|
||||
// led us to believe that the future might be dropped after `config`
|
||||
// had been dropped. This cannot, in fact, happen.
|
||||
//
|
||||
// check-pass
|
||||
// edition:2018
|
||||
|
||||
async fn connect() {
|
||||
let config = 666;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
// same PR.
|
||||
//
|
||||
// check-pass
|
||||
// edition:2018
|
||||
|
||||
#[derive(Debug)]
|
||||
struct A<'a> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue