diff options
| author | lcnr <rust@lcnr.de> | 2022-04-28 16:26:30 +0200 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2022-05-05 10:53:00 +0200 |
| commit | 209dd2cb0a1cab685b9facdbbd8b62c796f58380 (patch) | |
| tree | dcacc496b0e96a7cf5cfc600378d8f6f1163a093 /compiler/rustc_span/src | |
| parent | 12d3f107c1634ed41a800e220ccf99b665d906d8 (diff) | |
| download | rust-209dd2cb0a1cab685b9facdbbd8b62c796f58380.tar.gz rust-209dd2cb0a1cab685b9facdbbd8b62c796f58380.zip | |
generalize "incoherent impls" impl for custom types
Diffstat (limited to 'compiler/rustc_span/src')
| -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 c1299c94c4b..fab2cf1504e 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1187,6 +1187,7 @@ symbols! { rustc_error, rustc_evaluate_where_clauses, rustc_expected_cgu_reuse, + rustc_has_incoherent_inherent_impls, rustc_if_this_changed, rustc_inherit_overflow_checks, rustc_insignificant_dtor, |
