rust/src/librustc_typeck
Matthew Jasper 7bb2d8b076 Slightly clean up the error for recursive async fn
* Make it clear that type erasure is required, not just pointer
  indirection.
* Don't make the message specific to direct recursion.
2019-08-31 15:43:24 +01:00
..
check Slightly clean up the error for recursive async fn 2019-08-31 15:43:24 +01:00
coherence rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
outlives Pre intern the Self parameter type 2019-08-18 19:25:12 +01:00
variance Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
astconv.rs Pre intern the Self parameter type 2019-08-18 19:25:12 +01:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
check_unused.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
collect.rs rustc_typeck: fix the generics for (const-generic) N expression in e.g. [T; N]. 2019-08-19 18:57:09 +03:00
constrained_generic_params.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
error_codes.rs Stabilize 'async_await'. 2019-08-20 02:38:02 +02:00
impl_wf_check.rs Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
lib.rs Got rid of concept of 'principal trait' in more places in codebase. 2019-08-05 15:16:27 +01:00
namespace.rs Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00

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