Rename unstable book correctly

This commit is contained in:
Mark Mansi 2018-03-16 20:21:35 -05:00
parent a89d1d0b02
commit a249d25625

View file

@ -1,4 +1,4 @@
# `i128`
# `repri128`
The tracking issue for this feature is: [#35118]
@ -6,10 +6,10 @@ The tracking issue for this feature is: [#35118]
------------------------
The `i128` feature adds support for `#[repr(u128)]` on `enum`s.
The `repr128` feature adds support for `#[repr(u128)]` on `enum`s.
```rust
#![feature(repri128)]
#![feature(repr128)]
#[repr(u128)]
enum Foo {