rust/src/librustc_typeck
Mazdak Farrokhzad b9459e7e4d
Rollup merge of #61054 - estebank:mut-ref-reassign, r=zackmdavis
Suggest dereferencing on assignment to mutable borrow

Fix #33570
2019-05-24 01:30:20 +02:00
..
check Rollup merge of #61054 - estebank:mut-ref-reassign, r=zackmdavis 2019-05-24 01:30:20 +02:00
coherence Update inherent_impls 2019-05-23 18:51:42 +02:00
outlives Update crate_variances and inferred_outlives_crate 2019-05-23 18:51:52 +02:00
variance Update crate_variances and inferred_outlives_crate 2019-05-23 18:51:52 +02:00
astconv.rs Update GenericPredicates queries 2019-05-23 18:51:46 +02:00
Cargo.toml
check_unused.rs
collect.rs Update GenericPredicates queries 2019-05-23 18:51:46 +02:00
constrained_generic_params.rs
error_codes.rs
impl_wf_check.rs
lib.rs
namespace.rs
README.md
structured_errors.rs

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc guide.