diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-02 03:45:58 +0200 | 
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-20 03:08:42 +0200 | 
| commit | 228015acd29ceaaed815a0430da462648e44ea42 (patch) | |
| tree | 080350ca6e31808cf3b618cf5bbce6988e20e7f1 /src/test/ui/async-await/issues/non-async-enclosing-span.rs | |
| parent | 6a14411b7633ecaf70dc9ae0112678487a9b0d64 (diff) | |
| download | rust-228015acd29ceaaed815a0430da462648e44ea42.tar.gz rust-228015acd29ceaaed815a0430da462648e44ea42.zip | |
Remove async_await gates from tests.
Diffstat (limited to 'src/test/ui/async-await/issues/non-async-enclosing-span.rs')
| -rw-r--r-- | src/test/ui/async-await/issues/non-async-enclosing-span.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/test/ui/async-await/issues/non-async-enclosing-span.rs b/src/test/ui/async-await/issues/non-async-enclosing-span.rs index 838911d9b6e..d47c2137725 100644 --- a/src/test/ui/async-await/issues/non-async-enclosing-span.rs +++ b/src/test/ui/async-await/issues/non-async-enclosing-span.rs @@ -1,5 +1,4 @@ // edition:2018 -#![feature(async_await)] async fn do_the_thing() -> u8 { 8 | 
