rust/compiler/rustc_mir_build/src
Oli Scherer 0f6e06b7c0 Lazily resolve type-alias-impl-trait defining uses
by using an opaque type obligation to bubble up comparisons between opaque types and other types

Also uses proper obligation causes so that the body id works, because out of some reason nll uses body ids for logic instead of just diagnostics.
2022-02-02 15:40:11 +00:00
..
build Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
thir Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
check_unsafety.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
lib.rs add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
lints.rs Check the number of arguments first in is_recursive_call 2022-01-29 23:00:54 +01:00