bors d0623cf7bd Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton
emit feature help in cheat mode (fix nightlies)

This should fix the `distcheck` failure in the latest nightly.

cc #36539

It's probably not ideal to check the environment that often and the code ist duplicated from `librustc/session/config.rs` but this was the easiest fix I could think of.

A cleaner solution would probably be to move the `unstable_features` from `Options` to `ParseSess` and change the `diag` parameter of `emit_feature_err` to take `ParseSess` instead of a `Handler`.
2016-09-26 17:44:25 -07:00
..
2016-09-17 23:10:12 -07:00
2016-09-21 10:25:01 -07:00
2016-09-26 07:07:41 +02:00
2016-09-26 07:07:41 +02:00
2016-09-26 07:07:41 +02:00
2016-09-17 18:40:40 +03:00
2016-09-17 18:40:40 +03:00