rust/src/librustc_mir
bors 18366f4e8a Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis
Allow Drop types in const's too, with #![feature(drop_types_in_const)].

Implements the remaining amendment, see #33156. cc @SergioBenitez

r? @nikomatsakis
2017-09-09 11:48:57 +00:00
..
build Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis 2017-09-08 09:47:58 +00:00
dataflow rustc_mir: use Local in ProjectionElem::Index. 2017-09-03 21:55:41 +03:00
hair rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
transform Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis 2017-09-09 11:48:57 +00:00
util rustc: Migrate lang items to a query 2017-09-05 07:37:57 -07:00
Cargo.toml Move borrowck error msg construction to module in `rustc_mir` (for later reuse by mir borrowck). 2017-08-16 15:52:45 +02:00
borrow_check.rs rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. 2017-09-04 08:01:46 +03:00
diagnostics.rs Move borrowck error msg construction to module in `rustc_mir` (for later reuse by mir borrowck). 2017-08-16 15:52:45 +02:00
lib.rs *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
shim.rs rustc: Store InternedString in `DefPathData` 2017-09-05 07:47:27 -07:00