rust/src/librustc_typeck
Pietro Albini dcae83b6a3
Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis
Suggest correct enum variant on typo

Fix #37992.
2018-11-25 17:05:09 +01:00
..
check Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj 2018-11-25 17:04:58 +01:00
coherence rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
outlives handle trait objects formed from traits with Self::Foo: 'a clauses 2018-11-16 09:37:33 -05:00
variance Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
astconv.rs Suggest correct enum variant on typo 2018-11-24 16:25:13 -08:00
Cargo.toml
check_unused.rs rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
collect.rs Suggest correct syntax when writing type arg instead of assoc type 2018-11-22 14:14:27 -08:00
constrained_type_params.rs
diagnostics.rs Added tests. 2018-11-07 21:57:40 +00:00
impl_wf_check.rs Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
lib.rs Suggest correct syntax when writing type arg instead of assoc type 2018-11-22 14:14:27 -08:00
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.