commit | d35c4f9cdbb7a5224abeb229e4f598e78718062e | [log] [tgz] |
---|---|---|
author | Matthias Krüger <matthias.krueger@famsik.de> | Sun Feb 18 18:54:34 2024 +0100 |
committer | GitHub <noreply@github.com> | Sun Feb 18 18:54:34 2024 +0100 |
tree | ef65a7c19b801c7da5f5dda55669036bcc001ca2 | |
parent | 717d602c221855405296cf9131820a439176b106 [diff] | |
parent | 50e316bdc0f5ebcd35831c983b0f1856ec48b519 [diff] |
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.
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read CONTRIBUTING.md instead.
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.