rust/compiler/rustc_trait_selection/src
Jonas Schievink 2e0a0b42ad
Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk
look at assoc ct, check the type of nodes

an example where types matter are function objects, see the added test which previously passed.

Now does a shallow comparison of unevaluated constants.

r? ```@oli-obk```
2020-11-11 20:59:02 +01:00
..
traits Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk 2020-11-11 20:59:02 +01:00
autoderef.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
infer.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs TypeVisitor: use ControlFlow in rustc_{infer,lint,trait_selection} 2020-10-30 12:27:34 +01:00
opaque_types.rs Remove implicit Continue type 2020-10-30 12:27:47 +01:00