diff options
| author | bors <bors@rust-lang.org> | 2018-05-27 00:54:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-05-27 00:54:12 +0000 |
| commit | f0805a4421449bd6fe3096d63820fbebe2bfcd1d (patch) | |
| tree | 02924be8fdfff1a5c7744bda94e008db1185de72 /src/doc | |
| parent | 5015fa346c1bf7e295fc16996ed0d3309c84f09a (diff) | |
| parent | 20ab8841b1cfd7c1d3288bdba4a5b57a12511b49 (diff) | |
| download | rust-f0805a4421449bd6fe3096d63820fbebe2bfcd1d.tar.gz rust-f0805a4421449bd6fe3096d63820fbebe2bfcd1d.zip | |
Auto merge of #51066 - est31:master, r=sfackler
Point to the current box syntax tracking issue The issue was used for both box syntax as well as placement new. It got closed due to placement new being unapproved. So a new one got created for box syntax, yet neither the unstable book nor feature_gate.rs got updated. We are doing this now. r? @aidanhs
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/box-syntax.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/unstable-book/src/language-features/box-syntax.md b/src/doc/unstable-book/src/language-features/box-syntax.md index 50e59231a4d..414dc48e557 100644 --- a/src/doc/unstable-book/src/language-features/box-syntax.md +++ b/src/doc/unstable-book/src/language-features/box-syntax.md @@ -1,8 +1,8 @@ # `box_syntax` -The tracking issue for this feature is: [#27779] +The tracking issue for this feature is: [#49733] -[#27779]: https://github.com/rust-lang/rust/issues/27779 +[#49733]: https://github.com/rust-lang/rust/issues/49733 See also [`box_patterns`](language-features/box-patterns.html) |
