Skip to content

Commit

Permalink
Add tip for E0369
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 22, 2015
1 parent 5650709 commit 633fe44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustc_typeck/diagnostics.rs
Expand Up @@ -2731,6 +2731,9 @@ let x = 12u32; // the `u32` type does implement it:
x << 2; // ok!
```
It is also possible to overload most operators for your own type by
implementing traits from `std::ops`.
"##,

E0371: r##"
Expand Down

0 comments on commit 633fe44

Please sign in to comment.