]> git.lizzy.rs Git - rust.git/commit
Add regression test for #105501
authorArpad Borsos <arpad.borsos@sentry.io>
Thu, 29 Dec 2022 16:25:40 +0000 (17:25 +0100)
committerArpad Borsos <swatinem@swatinem.de>
Fri, 30 Dec 2022 07:52:35 +0000 (08:52 +0100)
commit42e7df998ce16487a54492f24deae272121e9e2e
treec7122b0f59f611aa5eb44b04955ae21cfc15c329
parent808be91da07c91e4d6006cca0ad78385785a741e
Add regression test for #105501

The test was minified from the published `msf-ice:0.2.1` crate which failed in a crater run.

A faulty compiler was triggering a `higher-ranked lifetime error`:

> could not prove `[async block@...]: Send`
src/test/ui/async-await/issue-105501.rs [new file with mode: 0644]