rust/compiler/rustc_errors/src
Nicholas Nethercote 84ac80f192 Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
..
json Reformat use declarations. 2024-07-29 08:26:52 +10:00
markdown Reformat use declarations. 2024-07-29 08:26:52 +10:00
annotate_snippet_emitter_writer.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
codes.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
diagnostic_impls.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
emitter.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lock.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
registry.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
snippet.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
translation.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00