1
Fork 0

We're looking at the miri memory for constants instead of their initializers' MIR

This commit is contained in:
Oliver Scherer 2018-11-17 13:55:35 +01:00
parent f6e9485bfc
commit 3d33d05c81

View file

@ -178,10 +178,6 @@
//! Some things are not yet fully implemented in the current version of this
//! module.
//!
//! ### Initializers of Constants and Statics
//! Since no MIR is constructed yet for initializer expressions of constants and
//! statics we cannot inspect these properly.
//!
//! ### Const Fns
//! Ideally, no mono item should be generated for const fns unless there
//! is a call to them that cannot be evaluated at compile time. At the moment