Skip to content

Commit

Permalink
rustc_mir: add a pass for fragmenting locals into their fields (aka S…
Browse files Browse the repository at this point in the history
…ROA).
  • Loading branch information
eddyb committed Jan 29, 2020
1 parent f397140 commit dd79633
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 16 deletions.
1 change: 1 addition & 0 deletions src/librustc_mir/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
#![feature(try_blocks)]
#![feature(associated_type_bounds)]
#![feature(range_is_empty)]
#![feature(step_trait)]
#![feature(stmt_expr_attributes)]
#![feature(trait_alias)]
#![recursion_limit = "256"]
Expand Down
Loading

0 comments on commit dd79633

Please sign in to comment.