rust/src/librustc_typeck
bors 5180f3da5f Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank
Provide better spans for the match arm without tail expression

Resolves #75418.

Applied the same logic in the `if`-`else` type mismatch case.

r? @estebank
2020-08-23 21:18:06 +00:00
..
astconv astconv: Split astconv.rs into its own module with submodules 2020-08-21 11:42:18 +02:00
check Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank 2020-08-23 21:18:06 +00:00
coherence rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
collect move const param structural match checks to wfcheck 2020-08-18 22:14:40 +02:00
impl_wf_check merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
outlives merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
variance merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
bounds.rs astconv: Split astconv.rs into its own module with submodules 2020-08-21 11:42:18 +02:00
Cargo.toml replaced log with tracing 2020-08-15 13:03:11 -07:00
check_unused.rs merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
collect.rs Use smaller def span for functions 2020-08-22 18:41:49 -04:00
constrained_generic_params.rs introduce PredicateAtom 2020-07-27 21:07:37 +02:00
expr_use_visitor.rs Rollup merge of #74424 - sexxi-goose:move_hir_place, r=nikomatsakis 2020-07-17 14:09:26 -07:00
impl_wf_check.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
lib.rs astconv: Split astconv.rs into its own module with submodules 2020-08-21 11:42:18 +02:00
mem_categorization.rs fix clippy::needless_return: remove unneeded return statements 2020-08-08 00:57:37 +02:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
structured_errors.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

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