Auto merge of #29450 - defuz:patch-1, r=steveklabnik

r? @steveklabnik
This commit is contained in:
bors 2015-10-29 13:09:12 +00:00
commit 01fd4d6227

View file

@ -66,7 +66,7 @@ with `i32`. It will then use the default value. But, as in `i64`, we can also
add our own definition.
Associated constants dont have to be associated with a trait. An `impl` block
for a `struct` works fine too:
for a `struct` or an `enum` works fine too:
```rust
#![feature(associated_consts)]