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.
qualify_min_const_fn
1 parent fca0666 commit 01c33e9Copy full SHA for 01c33e9
src/librustc_mir/transform/mod.rs
@@ -29,7 +29,6 @@ pub mod inline;
29
pub mod instcombine;
30
pub mod no_landing_pads;
31
pub mod promote_consts;
32
-//pub mod qualify_min_const_fn;
33
pub mod remove_noop_landing_pads;
34
pub mod rustc_peek;
35
pub mod simplify;
src/librustc_mir/transform/qualify_min_const_fn.rs
0 commit comments