rust/compiler
Matthias Krüger d35c4f9cdb
Rollup merge of #121260 - gurry:constprop-lint-cleanup, r=oli-obk
Remove const_prop.rs

Removed const_prop.rs and moved its contents to const_prop_lint.rs and dataflow_const_prop.rs where they are used.

const_prop.rs does not actually do any const propagation any more. After #116012 all it contains is code that is used by const_prop_lint.rs and one macro that is used by dataflow_const_prop.rs. So it made sense to just move it to those two places and remove this file.
2024-02-18 18:54:34 +01:00
..
2024-02-13 21:13:06 +00:00
2024-02-18 15:31:44 +05:30
2024-02-12 15:46:35 +09:00
2024-02-12 15:46:35 +09:00