diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-02-11 07:18:06 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-02-11 07:18:06 +0000 |
| commit | d54195db22421c51fd14560aba3bbf9b79a52677 (patch) | |
| tree | dbca79885fa7302801114ff50a777d192628d68b /src/test/ui/async-await/no-const-async.rs | |
| parent | 2d8b8f359312210e34b251906179484ffc7287c6 (diff) | |
| download | rust-d54195db22421c51fd14560aba3bbf9b79a52677.tar.gz rust-d54195db22421c51fd14560aba3bbf9b79a52677.zip | |
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
This reverts commit e7cc3bddbe0d0e374d05e7003e662bba1742dbae, reversing changes made to 734368a200904ef9c21db86c595dc04263c87be0.
Diffstat (limited to 'src/test/ui/async-await/no-const-async.rs')
| -rw-r--r-- | src/test/ui/async-await/no-const-async.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/async-await/no-const-async.rs b/src/test/ui/async-await/no-const-async.rs index cfb0ef1b33a..b3c59734e03 100644 --- a/src/test/ui/async-await/no-const-async.rs +++ b/src/test/ui/async-await/no-const-async.rs @@ -3,4 +3,3 @@ pub const async fn x() {} //~^ ERROR functions cannot be both `const` and `async` -//~| ERROR cycle detected |
