From 2307d08d2f34ef782a1cc7af7bde57d766acd344 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Sat, 23 Jan 2021 00:50:03 -0500 Subject: Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for discussion. --- compiler/rustc_span/src/symbol.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/rustc_span/src') diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index f2f975c0cf9..bc094c12934 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, -- cgit 1.4.1-3-g733a5