Skip to content

Commit 3d33d05

Browse files
committed
We're looking at the miri memory for constants instead of their initializers' MIR
1 parent f6e9485 commit 3d33d05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc_mir/monomorphize/collector.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@
178178
//! Some things are not yet fully implemented in the current version of this
179179
//! module.
180180
//!
181-
//! ### Initializers of Constants and Statics
182-
//! Since no MIR is constructed yet for initializer expressions of constants and
183-
//! statics we cannot inspect these properly.
184-
//!
185181
//! ### Const Fns
186182
//! Ideally, no mono item should be generated for const fns unless there
187183
//! is a call to them that cannot be evaluated at compile time. At the moment

0 commit comments

Comments
 (0)