Skip to content

Commit dd79633

Browse files
committed
rustc_mir: add a pass for fragmenting locals into their fields (aka SROA).
1 parent f397140 commit dd79633

File tree

5 files changed

+425
-16
lines changed

5 files changed

+425
-16
lines changed

src/librustc_mir/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
2626
#![feature(try_blocks)]
2727
#![feature(associated_type_bounds)]
2828
#![feature(range_is_empty)]
29+
#![feature(step_trait)]
2930
#![feature(stmt_expr_attributes)]
3031
#![feature(trait_alias)]
3132
#![recursion_limit = "256"]

0 commit comments

Comments
 (0)