Skip to content

Commit 968e42c

Browse files
committed
---
yaml --- r: 226174 b: refs/heads/snap-stage3 c: 847fba0 h: refs/heads/master v: v3
1 parent b2004b5 commit 968e42c

File tree

106 files changed

+875
-3494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+875
-3494
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: e5d90d98402475b6e154ce216f9efcb80da1a747
3-
refs/heads/snap-stage3: 6232f958cd42960f64456566dc56ed15470761f4
3+
refs/heads/snap-stage3: 847fba06c3005d05ddd22d82cdabc66a0e9e378e
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/doc/reference.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,10 +1636,6 @@ The type of a function declared in an extern block is `extern "abi" fn(A1, ...,
16361636
An) -> R`, where `A1...An` are the declared types of its arguments and `R` is
16371637
the declared return type.
16381638

1639-
It is valid to add the `link` attribute on an empty extern block. You can use
1640-
this to satisfy the linking requirements of extern blocks elsewhere in your code
1641-
(including upstream crates) instead of adding the attribute to each extern block.
1642-
16431639
## Visibility and Privacy
16441640

16451641
These two terms are often used interchangeably, and what they are attempting to
@@ -2368,8 +2364,6 @@ The currently implemented features of the reference compiler are:
23682364
internally without imposing on callers
23692365
(i.e. making them behave like function calls in
23702366
terms of encapsulation).
2371-
* - `default_type_parameter_fallback` - Allows type parameter defaults to
2372-
influence type inference.
23732367

23742368
If a feature is promoted to a language feature, then all existing programs will
23752369
start to receive compilation warnings about `#![feature]` directives which enabled

branches/snap-stage3/src/doc/rust.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ a > code {
221221
color: #428BCA;
222222
}
223223

224-
.section-header > a > code {
225-
color: #8D1A38;
226-
}
227-
228224
/* Code highlighting */
229225
pre.rust .kw { color: #8959A8; }
230226
pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }

branches/snap-stage3/src/doc/trpl/SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* [Iterators](iterators.md)
1717
* [Concurrency](concurrency.md)
1818
* [Error Handling](error-handling.md)
19-
* [Choosing your Guarantees](choosing-your-guarantees.md)
2019
* [FFI](ffi.md)
2120
* [Borrow and AsRef](borrow-and-asref.md)
2221
* [Release Channels](release-channels.md)
@@ -64,7 +63,7 @@
6463
* [No stdlib](no-stdlib.md)
6564
* [Intrinsics](intrinsics.md)
6665
* [Lang items](lang-items.md)
67-
* [Advanced linking](advanced-linking.md)
66+
* [Link args](link-args.md)
6867
* [Benchmark Tests](benchmark-tests.md)
6968
* [Box Syntax and Patterns](box-syntax-and-patterns.md)
7069
* [Slice Patterns](slice-patterns.md)

branches/snap-stage3/src/doc/trpl/advanced-linking.md

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)