rust/compiler/rustc_error_messages
David Wood 38958aa8bd ssa: implement #[collapse_debuginfo]
Debuginfo line information for macro invocations are collapsed by
default - line information are replaced by the line of the outermost
expansion site. Using `-Zdebug-macros` disables this behaviour.

When the `collapse_debuginfo` feature is enabled, the default behaviour
is reversed so that debuginfo is not collapsed by default. In addition,
the `#[collapse_debuginfo]` attribute is available and can be applied to
macro definitions which will then have their line information collapsed.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-09-07 13:54:51 +01:00
..
locales/en-US ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
src Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwco 2022-09-06 16:34:42 +05:30
Cargo.toml errors: support fluent + parallel compiler 2022-04-05 07:01:03 +01:00