Skip to content

Commit 9a1ece6

Browse files
jooertManishearth
authored andcommitted
Remove the unmarked_api feature
Closes rust-lang#37981.
1 parent 7a25fc4 commit 9a1ece6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

reference.md

-5
Original file line numberDiff line numberDiff line change
@@ -2463,11 +2463,6 @@ The currently implemented features of the reference compiler are:
24632463
* `unboxed_closures` - Rust's new closure design, which is currently a work in
24642464
progress feature with many known bugs.
24652465

2466-
* `unmarked_api` - Allows use of items within a `#![staged_api]` crate
2467-
which have not been marked with a stability marker.
2468-
Such items should not be allowed by the compiler to exist,
2469-
so if you need this there probably is a compiler bug.
2470-
24712466
* `allow_internal_unstable` - Allows `macro_rules!` macros to be tagged with the
24722467
`#[allow_internal_unstable]` attribute, designed
24732468
to allow `std` macros to call

0 commit comments

Comments
 (0)