Skip to content

Commit e4457b3

Browse files
committed
Rename unstable book correctly
1 parent b7bec01 commit e4457b3

File tree

1 file changed

+3
-3
lines changed
  • src/doc/unstable-book/src/language-features

1 file changed

+3
-3
lines changed

src/doc/unstable-book/src/language-features/repri128.md renamed to src/doc/unstable-book/src/language-features/repr128.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# `i128`
1+
# `repri128`
22

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

55
[#35118]: https://github.com/rust-lang/rust/issues/35118
66

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

9-
The `i128` feature adds support for `#[repr(u128)]` on `enum`s.
9+
The `repr128` feature adds support for `#[repr(u128)]` on `enum`s.
1010

1111
```rust
12-
#![feature(repri128)]
12+
#![feature(repr128)]
1313

1414
#[repr(u128)]
1515
enum Foo {

0 commit comments

Comments
 (0)