Skip to content

Commit f9db3c2

Browse files
committed
Clean up unstable book
1 parent e2223c9 commit f9db3c2

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

src/doc/unstable-book/src/language-features/const-in-array-repeat-expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is: [#49147]
44

5-
[#44109]: https://github.com/rust-lang/rust/issues/49147
5+
[#49147]: https://github.com/rust-lang/rust/issues/49147
66

77
------------------------
88

src/doc/unstable-book/src/language-features/impl-trait-in-bindings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `impl_trait_in_bindings`
22

3-
The tracking issue for this feature is: [#34511]
3+
The tracking issue for this feature is: [#63065]
44

5-
[#34511]: https://github.com/rust-lang/rust/issues/34511
5+
[#63065]: https://github.com/rust-lang/rust/issues/63065
66

77
------------------------
88

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `link_cfg`
2+
3+
This feature is internal to the Rust compiler and is not intended for general use.
4+
5+
------------------------

src/doc/unstable-book/src/language-features/trait-alias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is: [#41517]
44

5-
[#41417]: https://github.com/rust-lang/rust/issues/41517
5+
[#41517]: https://github.com/rust-lang/rust/issues/41517
66

77
------------------------
88

src/doc/unstable-book/src/language-features/transparent-unions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The tracking issue for this feature is [#60405]
44

5-
[60405]: https://github.com/rust-lang/rust/issues/60405
5+
[#60405]: https://github.com/rust-lang/rust/issues/60405
66

77
----
88

src/doc/unstable-book/src/library-features/read-initializer.md

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `tidy_test_never_used_anywhere_else`
2+
3+
This feature is internal to the Rust compiler and is not intended for general use.
4+
5+
------------------------

0 commit comments

Comments
 (0)