rust/compiler/rustc_lint
Bryan Garza 673ab17c7f Add separate feature gate for async fn track caller
This patch adds a feature gate `async_fn_track_caller` that is separate from `closure_track_caller`. This is to allow enabling `async_fn_track_caller` separately.

Fixes #110009
2023-08-02 14:18:21 -07:00
..
src Add separate feature gate for async fn track caller 2023-08-02 14:18:21 -07:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Improve diagnostics of the invalid_reference_casting lint 2023-07-29 12:20:59 +02:00