Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC

Fix some issue numbers of unstable features

Looking into the unstable book, some issue numbers are outdated.
This commit is contained in:
Dylan DPC 2020-01-16 11:58:05 +05:30 committed by GitHub
commit 4d5e5a6ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@ LL | | Bar(u64),
LL | | }
| |_^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/35118
= note: for more information, see https://github.com/rust-lang/rust/issues/56071
= help: add `#![feature(repr128)]` to the crate attributes to enable
error: aborting due to previous error