rust/compiler/rustc_trait_selection/src/traits
bors 4d247ad7d3 Auto merge of #77306 - lcnr:inline-ok, r=eddyb
normalize substs while inlining

fixes #68347 or more precisely, this fixes the same ICE in rust analyser as veloren is pinned to a specific nightly
and had an error with the current one.

I didn't look into creating an MVCE here as that seems fairly annoying, will spend a few minutes doing so rn. (failed)

r? `@eddyb` cc `@bjorn3`
2020-10-18 16:10:00 +00:00
..
codegen normalize substs during inlining 2020-10-07 10:04:08 +02:00
error_reporting Review comments 2020-10-16 15:14:38 -04:00
query Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikomatsakis 2020-10-15 04:17:10 +00:00
select Review comments 2020-10-16 15:14:38 -04:00
specialize specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
auto_trait.rs Review comments 2020-10-16 15:14:38 -04:00
chalk_fulfill.rs Remove def_id field from ParamEnv 2020-09-09 10:14:31 +02:00
coherence.rs fix a couple of stylistic clippy warnings 2020-09-15 22:44:54 +02:00
const_evaluatable.rs query_name_of_opt_const_arg -> query_name_opt_const_arg 2020-10-05 08:49:21 +02:00
engine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fulfill.rs map_bound_ref -> rebind 2020-10-16 14:29:21 -04:00
misc.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
mod.rs Fix rebase 2020-10-06 11:19:32 +01:00
object_safety.rs Check associated type bounds for object safety violations 2020-10-06 11:19:30 +01:00
on_unimplemented.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
project.rs Review comments 2020-10-16 15:14:38 -04:00
structural_match.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
util.rs Fix rebase 2020-10-06 11:19:32 +01:00
wf.rs Replace tuple of infer vars for upvar_tys with single infer var 2020-10-11 03:32:35 -04:00