rust/src/librustc_mir/dataflow
Aaron Hill bc8e11b975
Fix ICE when assigning references to a static mut with NLL
is_unsafe_place only filters out statics in the rhs, not the lhs. Since
it's possible to reach that 'Place::Static', we handle statics the same
way as we do locals.

Fixes #47789
2018-01-30 21:44:35 -05:00
..
impls Fix ICE when assigning references to a static mut with NLL 2018-01-30 21:44:35 -05:00
move_paths rustc: replace "lvalue" terminology with "place" in the code. 2018-01-29 01:49:29 +02:00
at_location.rs add pre-statement-effect to dataflow 2017-12-24 14:56:52 +02:00
drop_flag_effects.rs create a drop ladder for an array if any value is moved out 2017-12-02 22:57:40 +03:00
graphviz.rs Use the new fs_read_write functions in rustc internals 2018-01-10 14:53:40 -08:00
mod.rs rustc: replace "lvalue" terminology with "place" in the code. 2018-01-29 01:49:29 +02:00