]> git.lizzy.rs Git - rust.git/commit
avoid manual Debug impls by adding extra Provenance bounds to types
authorRalf Jung <post@ralfj.de>
Fri, 16 Jul 2021 17:50:59 +0000 (19:50 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 16 Jul 2021 18:02:14 +0000 (20:02 +0200)
commitefbee50600e63293608811d7ee200f12641f1958
tree45a1a636132d1796525c43c187c8b3f761599215
parenta5299fb6889d6eabba2b4b1a7d7e9decd49182ee
avoid manual Debug impls by adding extra Provenance bounds to types

I wish the derive macro would support adding extra where clauses...
compiler/rustc_middle/src/mir/interpret/pointer.rs
compiler/rustc_mir/src/interpret/eval_context.rs
compiler/rustc_mir/src/interpret/operand.rs
compiler/rustc_mir/src/interpret/place.rs