Skip to content

Commit

Permalink
Auto merge of rust-lang#26876 - liigo:patch-3, r=Gankro
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 27, 2015
2 parents 184267c + 6a9f4db commit 0469be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,9 @@ Example:
```
type X = u32; // this compiles
```
Note that type parameters for enum-variant constructors go after the variant,
not after the enum (Option::None::<u32>, not Option::<u32>::None).
"##,

E0110: r##"
Expand Down

0 comments on commit 0469be1

Please sign in to comment.