We're looking at the miri memory for constants instead of their initializers' MIR
This commit is contained in:
parent
f6e9485bfc
commit
3d33d05c81
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue