summaryrefslogtreecommitdiff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorJohannes Oertel <johannes.oertel@uni-due.de>2016-11-30 15:23:11 +0100
committerJohannes Oertel <johannes.oertel@uni-due.de>2016-11-30 15:51:04 +0100
commit7cbd18a690da89251390db373d499b1770f20753 (patch)
tree0fc7115cc9164b22a28c73ef7f031dacbce14611 /src/doc/reference.md
parent3abaf43f770a8bae23da474690e3841041219029 (diff)
downloadrust-7cbd18a690da89251390db373d499b1770f20753.tar.gz
Remove the `unmarked_api` feature
Closes #37981.
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 4fbe5183967..fe0507fd4a5 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2462,11 +2462,6 @@ The currently implemented features of the reference compiler are:
* `unboxed_closures` - Rust's new closure design, which is currently a work in
progress feature with many known bugs.
-* `unmarked_api` - Allows use of items within a `#![staged_api]` crate
- which have not been marked with a stability marker.
- Such items should not be allowed by the compiler to exist,
- so if you need this there probably is a compiler bug.
-
* `allow_internal_unstable` - Allows `macro_rules!` macros to be tagged with the
`#[allow_internal_unstable]` attribute, designed
to allow `std` macros to call