rust/src/librustc_typeck
Dylan DPC 9de54fadae
Rollup merge of #68237 - estebank:bad-bad-ice, r=petrochenkov
Account for `Path`s in `is_suggestable_infer_ty`

Fix #68162.
2020-01-15 22:49:30 +05:30
..
check wrap expr id into GeneratorInteriorTypeCause 2020-01-15 15:13:51 +08:00
coherence nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
outlives nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
variance nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
astconv.rs Code review changes and fix rustdoc test. 2020-01-14 07:47:45 +13:00
Cargo.toml nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
check_unused.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
collect.rs Account for Paths on is_suggestable_infer_ty 2020-01-14 16:18:21 -08:00
constrained_generic_params.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
expr_use_visitor.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
impl_wf_check.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
lib.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
mem_categorization.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
namespace.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00

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