]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 27 May 2022 23:11:50 +0000 (01:11 +0200)
committerGitHub <noreply@github.com>
Fri, 27 May 2022 23:11:50 +0000 (01:11 +0200)
commit0804ef656399d4a31e9aa07c34a64d7628320880
treed63660b6603ccf15e7d42d8f7f01a7f026d5c4db
parent29ac9b13d48205d1c5caec1d0b40cf8bc7f9fa41
parentf2a1b7b7724fef2876094f9b4a6c356345d7dd67
Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors

Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error

Reduce verbosity in #97343.