Skip to content

Commit 6c45533

Browse files
committed
---
yaml --- r: 155355 b: refs/heads/try2 c: f95958b h: refs/heads/master i: 155353: fd27c4a 155351: f1ac2a0 v: v3
1 parent c08156d commit 6c45533

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 6c348dfe720e9c516b47beb1e318b8b3544ffe12
8+
refs/heads/try2: f95958b526bcbf2e7e70a0f4eca4037bfd579aee
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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)