diff options
| author | bors <bors@rust-lang.org> | 2021-02-03 15:12:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-02-03 15:12:19 +0000 |
| commit | 186f7ae5b04d31d8ccd1746ac63cdf1ab4bc2354 (patch) | |
| tree | a8c3d451b31ddc271ae52cbf2426e31e424bc840 /compiler/rustc_span/src | |
| parent | 6ad11e2e25919b75ebbc36d7910f2a1126a7e873 (diff) | |
| parent | 1783c476fac1bfe475157be3817e051811e90897 (diff) | |
| download | rust-186f7ae5b04d31d8ccd1746ac63cdf1ab4bc2354.tar.gz rust-186f7ae5b04d31d8ccd1746ac63cdf1ab4bc2354.zip | |
Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk
Use ufcs in derive(Debug) Cc #81211. (Arguably this *is* the fix for it.)
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 9b6a41b2067..df23b4006b3 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -133,6 +133,8 @@ symbols! { Copy, Count, Debug, + DebugStruct, + DebugTuple, Decodable, Decoder, Default, |
