1error: no_panic attribute on async fn is not supported
2 --> tests/ui/async-fn.rs:3:1
3  |
43 | #[no_panic]
5  | ^^^^^^^^^^^
6  |
7  = note: this error originates in the attribute macro `no_panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8