rust/src/librustc_driver
bors 74a7e8b03e Auto merge of #26417 - brson:feature-err, r=steveklabnik
It now says '#[feature] may not be used on the stable release channel'.

I had to convert this error from a lint to a normal compiler error.

I left the lint previously-used for this in place since removing it is
a breaking change. It will just go unused until the end of time.

Fixes #24125
2015-06-20 14:24:19 +00:00
..
driver.rs Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00
lib.rs rustc: remove ownership of tcx from trans' context. 2015-06-19 01:18:42 +03:00
pretty.rs rustc: remove Repr and UserString. 2015-06-19 01:39:26 +03:00
test.rs Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00