rust/compiler/rustc_mir/src
bors 18587b14d1 Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk
use correct feature flag for impl-block-level trait bounds on const fn

I am not sure what that special hack was needed for, but it doesn't seem needed any more...

This removes the last use of the `const_fn` feature flag -- Cc https://github.com/rust-lang/rust/issues/84510
r? `@oli-obk`
2021-04-29 17:38:37 +00:00
..
borrow_check Remove extra word in rustc_mir docs 2021-04-28 09:53:32 -07:00
const_eval remove now-unused 'is_min_const_fn' 2021-04-25 12:54:34 +02:00
dataflow fix few typos 2021-04-19 15:57:08 +03:00
interpret fix few typos 2021-04-19 15:57:08 +03:00
monomorphize Add an attribute to be able to configure the limit 2021-04-20 09:30:28 -04:00
transform don't let const_fn feature flag affect impl-block-level trait bounds 2021-04-29 09:27:45 +02:00
util fix few typos 2021-04-19 15:57:08 +03:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00