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 4c0100a commit 45a557eCopy full SHA for 45a557e
compiler/rustc_mir_transform/src/lib.rs
@@ -58,7 +58,6 @@ mod lint_tail_expr_drop_order;
58
mod patch;
59
mod shim;
60
mod ssa;
61
-mod stack_protector;
62
63
/// We import passes via this macro so that we can have a static list of pass names
64
/// (used to verify CLI arguments). It takes a list of modules, followed by the passes
@@ -199,6 +198,7 @@ declare_passes! {
199
198
mod single_use_consts : SingleUseConsts;
200
mod sroa : ScalarReplacementOfAggregates;
201
mod strip_debuginfo : StripDebugInfo;
+ mod stack_protector: StackProtectorFinder;
202
mod unreachable_enum_branching : UnreachableEnumBranching;
203
mod unreachable_prop : UnreachablePropagation;
204
mod validate : Validator;
0 commit comments