Skip to content

Commit 7f80a0e

Browse files
committed
---
yaml --- r: 134398 b: refs/heads/auto c: f95958b h: refs/heads/master v: v3
1 parent d311ece commit 7f80a0e

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
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 6c348dfe720e9c516b47beb1e318b8b3544ffe12
16+
refs/heads/auto: f95958b526bcbf2e7e70a0f4eca4037bfd579aee
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

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