We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unmarked_api
1 parent 7a25fc4 commit 9a1ece6Copy full SHA for 9a1ece6
reference.md
@@ -2463,11 +2463,6 @@ The currently implemented features of the reference compiler are:
2463
* `unboxed_closures` - Rust's new closure design, which is currently a work in
2464
progress feature with many known bugs.
2465
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
-
2471
* `allow_internal_unstable` - Allows `macro_rules!` macros to be tagged with the
2472
`#[allow_internal_unstable]` attribute, designed
2473
to allow `std` macros to call
0 commit comments