We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9485 commit 3d33d05Copy full SHA for 3d33d05
src/librustc_mir/monomorphize/collector.rs
@@ -178,10 +178,6 @@
178
//! Some things are not yet fully implemented in the current version of this
179
//! module.
180
//!
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
-//!
185
//! ### Const Fns
186
//! Ideally, no mono item should be generated for const fns unless there
187
//! is a call to them that cannot be evaluated at compile time. At the moment
0 commit comments