rust/compiler/rustc_macros
David Wood 70ee0c96fc macros: add #[no_arg] to skip set_arg call
A call to `set_arg` is generated for every field of a
`SessionDiagnostic` struct without attributes, but not all types support
being an argument, so `#[no_arg]` is introduced to skip these fields.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-05 07:01:03 +01:00
..
src macros: add #[no_arg] to skip set_arg call 2022-04-05 07:01:03 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00