Skip to content

Commit f3f27a5

Browse files
committed
Rewrite VisiblePrivateTypesVisitor
1 parent 48700be commit f3f27a5

File tree

6 files changed

+258
-322
lines changed

6 files changed

+258
-322
lines changed

src/doc/reference.md

-4
Original file line numberDiff line numberDiff line change
@@ -2372,10 +2372,6 @@ The currently implemented features of the reference compiler are:
23722372
Such items should not be allowed by the compiler to exist,
23732373
so if you need this there probably is a compiler bug.
23742374

2375-
* `visible_private_types` - Allows public APIs to expose otherwise private
2376-
types, e.g. as the return type of a public function.
2377-
This capability may be removed in the future.
2378-
23792375
* `allow_internal_unstable` - Allows `macro_rules!` macros to be tagged with the
23802376
`#[allow_internal_unstable]` attribute, designed
23812377
to allow `std` macros to call

0 commit comments

Comments
 (0)