rust/src/librustc_driver
bors 83c3b7f5a4 Auto merge of #30930 - oli-obk:fix/30887, r=arielb1
this makes sure the checks run before typeck (which might use the constant or const
function to calculate an array length) and gives prettier error messages in case of for
loops and such (since they aren't expanded yet).

fixes #30887

r? @pnkfelix
2016-01-16 08:20:31 +00:00
..
driver.rs move const block checks before lowering step 2016-01-15 13:16:54 +01:00
lib.rs Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 2016-01-16 08:20:31 +00:00
pretty.rs Annotate the compiler with information about what it is doing when. 2016-01-05 21:05:50 -05:00
target_features.rs Rustfmting librustc_driver. 2015-11-10 20:48:44 +00:00
test.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00