# Triage Meeting
- Owner: async-wg
- Date: 1668508708/11/2022
## New Issues
- [async block with futures::stream::Buffered is not Send](https://github.com/rust-lang/rust/issues/104382) in date 2022-11-13T22:34:24Z
- [Do we need Send bounds to stabilize async_fn_in_trait?](https://github.com/rust-lang/rust/issues/103854) in date 2022-11-01T23:06:07Z
- [Stabilize `::{core,std}::pin::pin!`](https://github.com/rust-lang/rust/pull/103800) in date 2022-10-31T12:21:20Z
- [New example of higher-ranked lifetime error](https://github.com/rust-lang/rust/issues/103515) in date 2022-10-25T09:33:38Z
- [Drop tracking ICE involving await in left hand side of assignment](https://github.com/rust-lang/rust/issues/102383) in date 2022-09-27T23:23:56Z
- [Bogus `higher-ranked lifetime error` in an async block](https://github.com/rust-lang/rust/issues/102211) in date 2022-09-23T21:49:11Z
- [Give a better error when HRTB require a function to be valid for 'static references](https://github.com/rust-lang/rust/issues/102201) in date 2022-09-23T17:22:38Z
- [-Zdrop-tracking doesn't work if the value is borrowed](https://github.com/rust-lang/rust/issues/101135) in date 2022-08-28T21:10:17Z
- [Unexpected higher-ranked lifetime error in GAT usage](https://github.com/rust-lang/rust/issues/100013) in date 2022-08-01T04:39:14Z
- [Spurious "implementation of `FnOnce` is not general enough" error](https://github.com/rust-lang/rust/issues/99492) in date 2022-07-20T04:48:33Z
- [Variable lifetime is wrongly tracked in async fn](https://github.com/rust-lang/rust/issues/98077) in date 2022-06-14T01:56:05Z
- [Tracking issue for enabling `-Zdrop-tracking` by default](https://github.com/rust-lang/rust/issues/97331) in date 2022-05-23T19:27:47Z
- [Incorrect "implementation of `Send` is not general enough" error with lifetimed `Send` impl used in `async fn`](https://github.com/rust-lang/rust/issues/96865) in date 2022-05-09T13:27:43Z
- [Closure in async block fails to compile when it should, issues incorrect/misleading diagnostic](https://github.com/rust-lang/rust/issues/96128) in date 2022-04-16T21:04:28Z
- [rebinding values in an async function can double the memory usage](https://github.com/rust-lang/rust/issues/96084) in date 2022-04-15T16:44:26Z
- [Add PhantomData marker to Context to make Context !Send and !Sync](https://github.com/rust-lang/rust/pull/95985) in date 2022-04-12T17:40:41Z
- [debuginfo: identify awaitee (via special name or other solution)](https://github.com/rust-lang/rust/issues/95521) in date 2022-03-31T13:59:24Z
- [Confusing error message with borrows and dyn Error](https://github.com/rust-lang/rust/issues/95404) in date 2022-03-28T14:17:51Z
- [generator_interior should be refactored to use ExprUseVisitor](https://github.com/rust-lang/rust/issues/94463) in date 2022-02-28T23:46:49Z
- [Drop tracking misses variables consumed in let statements](https://github.com/rust-lang/rust/issues/93674) in date 2022-02-05T14:48:35Z
- [Implementation of trait is not general enough when boxing future returning `<T as Foo<'a>>::Foo`](https://github.com/rust-lang/rust/issues/92415) in date 2021-12-29T20:02:37Z
- [Duplicate error messages in async code](https://github.com/rust-lang/rust/issues/91463) in date 2021-12-02T19:42:40Z
- [`must_not_suspend` should trigger for temporary in match expression (but does not)](https://github.com/rust-lang/rust/issues/90937) in date 2021-11-16T00:42:44Z
- [Problem with GATs, async, and Send-bounds](https://github.com/rust-lang/rust/issues/90696) in date 2021-11-08T14:22:20Z
- [Tracking Issue for poll.ready()?](https://github.com/rust-lang/rust/issues/89780) in date 2021-10-11T19:15:35Z
- [New must_not_suspend lint triggers even when value has been moved](https://github.com/rust-lang/rust/issues/89562) in date 2021-10-05T16:16:41Z
- [Moved value is considered as held across an `await` in `async fn`](https://github.com/rust-lang/rust/issues/87309) in date 2021-07-20T11:07:23Z
- [Confusing error: Immutable reference to future is not a future](https://github.com/rust-lang/rust/issues/87211) in date 2021-07-17T10:13:20Z
- [Feature: Provide getters of data and vtable pointer for `RawWaker`?](https://github.com/rust-lang/rust/issues/87021) in date 2021-07-10T10:35:06Z
- [confusing "lifetime mismatch" error when spawning task](https://github.com/rust-lang/rust/issues/86487) in date 2021-06-20T12:48:43Z