mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
fa99cb8269
This patch allows the usage of the `track_caller` annotation on generators, as well as sets them conditionally if the parent also has `track_caller` set. Also add this annotation on the `GenFuture`'s `poll()` function.