rust/compiler/rustc_ast_lowering
Bryan Garza fa99cb8269 Allow and add track_caller to generators
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.
2022-11-09 23:27:14 +00:00
..
src Allow and add track_caller to generators 2022-11-09 23:27:14 +00:00
Cargo.toml Temporarily reinstate doctest=false 2022-10-05 09:53:49 +09:00