diff options
| author | Michael Goulet <michael@errs.io> | 2023-04-18 18:55:17 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-04-18 18:55:17 +0000 |
| commit | d84b5f9b3d18cd6f6c273c4fe6ab09dba1edd6fb (patch) | |
| tree | 4c356f34902f692e7d07daf6babd62dbab83a7b0 /compiler/rustc_span | |
| parent | 770c303c005261aa997e6a3a1b762c2831768365 (diff) | |
| download | rust-d84b5f9b3d18cd6f6c273c4fe6ab09dba1edd6fb.tar.gz rust-d84b5f9b3d18cd6f6c273c4fe6ab09dba1edd6fb.zip | |
Use a diagnostic item instead of filtering for Index::Output
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 6ce0b66ef6a..d6ee7ac34aa 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -204,6 +204,7 @@ symbols! { HashSet, Hasher, Implied, + IndexOutput, Input, Into, IntoDiagnostic, |
