rust/compiler/rustc_codegen_ssa
bors e173a8e663 Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors
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-04 22:17:59 +00:00
..
src Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors 2023-08-04 22:17:59 +00:00
Cargo.toml Enable tests on rustc_codegen_ssa 2023-08-03 12:48:55 -07:00
messages.ftl Add note about writing native-static-libs to file 2023-07-20 11:04:32 -07:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.