diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-05-31 13:33:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 13:33:55 +0200 |
| commit | 4f7c41a53528ec77ffd3aa3410c045e6d8de1cc3 (patch) | |
| tree | cc1f11df38fd54a0c84e8eec6820f5125fb40325 /src/test/ui/thinlto | |
| parent | 90d4ef3af2c5b94ab23faaedda068433c4aba2ef (diff) | |
| parent | 2ebfbb4fabda543f090890a889914df025ccbb77 (diff) | |
| download | rust-4f7c41a53528ec77ffd3aa3410c045e6d8de1cc3.tar.gz rust-4f7c41a53528ec77ffd3aa3410c045e6d8de1cc3.zip | |
Rollup merge of #61319 - Centril:async-unsafe-fn-order, r=cramertj
Swap order of `unsafe async fn` to `async unsafe fn` Change the order of `unsafe async fn` to `async unsafe fn`. I had intended to do this a while back but didn't get around to it... This should be done because: - It is the order used by `const unsafe fn` so therefore it is consistent. - This keeps all the "effect/restriction" modifiers to the left of `unsafe` (which according to some is not an effect) instead of mixing them such that we are more forward compatible with some sort of effect system. r? @cramertj
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions
