Skip to content

Commit 6fb2545

Browse files
committed
TRPL Nightly -> Unstable Book
Port the chapters from TRPL's "Nightly Rust" section to the Unstable Book, and remove it from TRPL.
1 parent aba4bf6 commit 6fb2545

File tree

104 files changed

+1261
-1093
lines changed

Some content is hidden

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

104 files changed

+1261
-1093
lines changed

src/doc/book/src/SUMMARY.md

-12
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,6 @@
5555
* [Release Channels](release-channels.md)
5656
* [Using Rust without the standard library](using-rust-without-the-standard-library.md)
5757
* [Procedural Macros (and custom derive)](procedural-macros.md)
58-
* [Nightly Rust](nightly-rust.md)
59-
* [Compiler Plugins](compiler-plugins.md)
60-
* [Inline Assembly](inline-assembly.md)
61-
* [No stdlib](no-stdlib.md)
62-
* [Intrinsics](intrinsics.md)
63-
* [Lang items](lang-items.md)
64-
* [Advanced linking](advanced-linking.md)
65-
* [Benchmark Tests](benchmark-tests.md)
66-
* [Box Syntax and Patterns](box-syntax-and-patterns.md)
67-
* [Slice Patterns](slice-patterns.md)
68-
* [Associated Constants](associated-constants.md)
69-
* [Custom Allocators](custom-allocators.md)
7058
* [Glossary](glossary.md)
7159
* [Syntax Index](syntax-index.md)
7260
* [Bibliography](bibliography.md)

src/doc/book/src/advanced-linking.md

-145
This file was deleted.

src/doc/book/src/associated-constants.md

-79
This file was deleted.

src/doc/book/src/box-syntax-and-patterns.md

-100
This file was deleted.

0 commit comments

Comments
 (0)