rust/compiler/rustc_const_eval/src/const_eval
Manish Goregaokar 743e842afb
Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk
Coerce const FnDefs to implement const Fn traits

You can now pass a FnDef to a function expecting `F` where `F: ~const FnTrait`.

r? ``@oli-obk``

``@rustbot`` label T-compiler F-const_trait_impl
2021-10-01 14:46:48 -07:00
..
error.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
eval_queries.rs Avoid unnecessary formatting when trace log level is disabled 2021-09-14 13:51:22 +02:00
fn_queries.rs Move is_const_fn to under TyCtxt 2021-09-15 11:27:34 +00:00
machine.rs Allow panic!("{}", computed_str) in const fn. 2021-09-15 21:56:43 +01:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00