Skip to content

Commit bef3164

Browse files
committed
---
yaml --- r: 134695 b: refs/heads/try c: f95958b h: refs/heads/master i: 134693: 75f30a2 134691: ea53c8e 134687: 69a8cec v: v3
1 parent e6040fb commit bef3164

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: 6c348dfe720e9c516b47beb1e318b8b3544ffe12
5+
refs/heads/try: f95958b526bcbf2e7e70a0f4eca4037bfd579aee
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/reference.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,16 +1832,6 @@ When re-exporting a private item, it can be thought of as allowing the "privacy
18321832
chain" being short-circuited through the reexport instead of passing through
18331833
the namespace hierarchy as it normally would.
18341834

1835-
### Glob imports and Visibility
1836-
1837-
Currently glob imports are considered an "experimental" language feature. For
1838-
sanity purpose along with helping the implementation, glob imports will only
1839-
import public items from their destination, not private items.
1840-
1841-
> **Note:** This is subject to change, glob exports may be removed entirely or
1842-
> they could possibly import private items for a privacy error to later be
1843-
> issued if the item is used.
1844-
18451835
## Attributes
18461836

18471837
```{.ebnf .gram}
@@ -2455,12 +2445,6 @@ The currently implemented features of the reference compiler are:
24552445
* `default_type_params` - Allows use of default type parameters. The future of
24562446
this feature is uncertain.
24572447

2458-
* `globs` - Importing everything in a module through `*`. This is currently a
2459-
large source of bugs in name resolution for Rust, and it's not
2460-
clear whether this will continue as a feature or not. For these
2461-
reasons, the glob import statement has been hidden behind this
2462-
feature flag.
2463-
24642448
* `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
24652449
are inherently unstable and no promise about them is made.
24662450

0 commit comments

Comments
 (0)