rust/src/libsyntax
Alex Crichton d0029a47c2 rollup merge of #21910: Manishearth/missing_stability
Currently, if a `#![staged_api]` crate contains an exported item without a stability marker (or inherited stability),
the item is useless.

This change introduces a check to ensure that all exported items have a defined stability.

it also introduces the `unmarked_api` feature, which lets users import unmarked features. While this PR should in theory forbid these from existing,
in practice we can't be so sure; so this lets users bypass this check instead of having to wait for the library and/or compiler to be fixed (since otherwise this is a hard error).

r? @aturon
2015-02-03 20:11:20 -08:00
..
2015-02-02 13:40:18 -05:00
2015-02-01 14:41:38 +01:00
2015-02-02 13:40:18 -05:00
2015-01-30 08:52:44 -08:00
2015-02-02 04:05:54 +00:00