# Triage Meeting
- Owner: async-wg
- Date: 30/01/2023
## Announcements and Introductions
- Nothing new
## New Issues
- [`#[inline(never)]` does not work for async fn](https://github.com/rust-lang/rust/issues/106765) in date 2023-01-12T08:45:24Z
- We agreed that `#[inline(...)]` attributes should apply to both the outer function and the generated future's `poll` function.
- [`[async block]: Future<Output = Ty>` obligations don't provide inference guidance](https://github.com/rust-lang/rust/issues/106527) in date 2023-01-06T05:13:51Z
- We agree that the code should work.