1
Fork 0
rust/compiler/rustc_error_messages
Bryan Garza 04926e0534 Switch #[track_caller] back to a no-op unless feature gate is enabled
This patch fixes a regression, in which `#[track_caller]`, which was
previously a no-op, was changed to actually turn on the behavior. This
should instead only happen behind the `closure_track_caller` feature
gate.

Also, add a warning for the user to understand how their code will
compile depending on the feature gate being turned on or not.

Fixes #104588
2022-12-21 03:23:08 +00:00
..
locales/en-US Switch #[track_caller] back to a no-op unless feature gate is enabled 2022-12-21 03:23:08 +00:00
src Resolve various merge conflicts 2022-12-17 19:08:25 +01:00
Cargo.toml Enable icu sync feature for parallel compiler 2022-11-18 14:46:35 -08:00