Files
rust/compiler/rustc_errors/src
Matthias Krüger acc7de6c77 Rollup merge of #138111 - estebank:use-dfv, r=nnethercote
Use `default_field_values` for `rustc_errors::Context`, `rustc_session::config::NextSolverConfig` and `rustc_session::config::ErrorOutputType`

Wanted to see  where `#![feature(default_field_values)]` could be used in the codebase. These three seemed like no-brainers. There are a bunch of more places where we could remove manual `Default` impls, but they `derive` other traits that rely on `syn`, which [doesn't yet support `default_field_values`](https://github.com/dtolnay/syn/issues/1774).
2025-03-07 10:12:48 +01:00
..
2025-02-08 22:12:13 +00:00
2024-01-29 07:41:41 +11:00
2025-02-25 17:27:22 +00:00
2025-02-25 16:56:04 +00:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00