rust/src/librustc_typeck
Mark Simulacrum 361a82ca7b
Rollup merge of #51135 - estebank:sugg-7575, r=oli-obk
Tweak output on E0599 for assoc fn used as method

 - Use suggestion instead of `help` when possible
 - Add primary span label
 - Remove incorrect `help` suggestion using incorrect syntax
 - Do not refer to only one possible candidate as `candidate #1`, refer to it as `the candidate`
2018-06-01 17:25:13 -06:00
..
check Rollup merge of #51135 - estebank:sugg-7575, r=oli-obk 2018-06-01 17:25:13 -06:00
coherence Use Idents for fields in HIR 2018-05-26 14:41:58 +03:00
outlives Implement outlives requirements inference for dyn and projections. 2018-05-25 09:58:00 -04:00
variance Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
astconv.rs Use Idents for fields in HIR 2018-05-26 14:41:58 +03:00
Cargo.toml Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
check_unused.rs scrap find_node_for_hir_id in favor of hir_to_node_id 2018-05-28 09:20:14 -07:00
collect.rs replace binder_depth in LateBoundRegionsDetector 2018-05-28 19:47:04 -04:00
constrained_type_params.rs bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
diagnostics.rs Remove the unstable Float trait 2018-05-22 19:19:09 +02:00
impl_wf_check.rs rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
lib.rs Issue #51022: Improve E0131 message when lifetimes are involved. 2018-05-27 00:28:49 +02:00
namespace.rs Check namespaces when resolving associated items in typeck 2017-10-15 11:58:32 +01:00
README.md Move librustc_typeck READMEs to rustc guide 2018-03-12 20:05:18 -05:00
structured_errors.rs Rename -Z explain to -Z teach 2018-01-23 11:34:57 -08:00

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