diff options
| author | Lukas Markeffsky <markeffsky@outlook.com> | 2019-08-09 19:19:49 +0200 |
|---|---|---|
| committer | Lukas Markeffsky <markeffsky@outlook.com> | 2019-08-09 19:19:49 +0200 |
| commit | 4fbe9f67ee57cc08436bb87a023149c7733d6916 (patch) | |
| tree | 5e3ede46bdf621afcefed74207246546a961c91d | |
| parent | d7b9a845aa1ed3d09d86515ca735283ed2276047 (diff) | |
| download | rust-4fbe9f67ee57cc08436bb87a023149c7733d6916.tar.gz rust-4fbe9f67ee57cc08436bb87a023149c7733d6916.zip | |
upgrade test to rust 2018
| -rw-r--r-- | tests/ui/methods.rs | 13 | ||||
| -rw-r--r-- | tests/ui/methods.stderr | 40 |
2 files changed, 24 insertions, 29 deletions
diff --git a/tests/ui/methods.rs b/tests/ui/methods.rs index bd9b178eedd..445df8f595d 100644 --- a/tests/ui/methods.rs +++ b/tests/ui/methods.rs @@ -1,5 +1,7 @@ // aux-build:option_helpers.rs +// compile-flags: --edition 2018 +#![feature(async_await)] #![warn(clippy::all, clippy::pedantic, clippy::option_unwrap_used)] #