Skip to content

Commit

Permalink
Rename unstable book correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Mar 26, 2018
1 parent a89d1d0 commit a249d25
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,15 +1,15 @@
# `i128`
# `repri128`

The tracking issue for this feature is: [#35118]

[#35118]: https://github.com/rust-lang/rust/issues/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 {
Expand Down

0 comments on commit a249d25

Please sign in to comment.