diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-02-29 14:53:44 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-03-05 12:14:49 +1100 |
| commit | 60ea6e2831952110b81fd76190ee66a2f094febd (patch) | |
| tree | f053e3cc1ca05acde0bb62c5eb988bfb9df7af02 /compiler/rustc_span/src/symbol.rs | |
| parent | f16a8d03902a2a73b15024b70ef7d9ebc5649a2c (diff) | |
| download | rust-60ea6e2831952110b81fd76190ee66a2f094febd.tar.gz rust-60ea6e2831952110b81fd76190ee66a2f094febd.zip | |
Rename `SubdiagnosticMessage` as `SubdiagMessage`.
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index eab3ec77315..148d3932d20 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -304,7 +304,7 @@ symbols! { SpanCtxt, String, StructuralPartialEq, - SubdiagnosticMessage, + SubdiagMessage, Sync, T, Target, |
