rust/compiler/rustc_trait_selection
Dylan DPC 1a64e570c6
Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk
check object safety of generic constants

As `Self` can only be effectively used in constants with `const_evaluatable_checked` this should not matter outside of it.

Implements the first item of #72219

> Object safety interactions with constants

r? @oli-obk for now cc @nikomatsakis
2020-10-28 01:21:21 +01:00
..
src Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk 2020-10-28 01:21:21 +01:00
Cargo.toml