rust/compiler/rustc_const_eval/src
Dylan DPC 05aebf8f69
Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk
cleanup mir visitor for `rustc::pass_by_value`

by changing `& $($mutability)?` to `$(& $mutability)?`

I also did some formatting changes because I started doing them for the visit methods I changed and then couldn't get myself to stop xx, I hope that's still fairly easy to review.
2022-07-02 12:23:41 +05:30
..
const_eval Rollup merge of #98756 - TaKO8Ki:use-const-instead-of-function, r=Dylan-DPC 2022-07-01 20:19:21 +05:30
interpret Factor out hir::Node::Binding 2022-07-01 10:04:19 -05:00
transform cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
util cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
lib.rs Improve pretty printing of valtrees for references 2022-06-28 22:38:32 +02:00