mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
Add tip for E0369
This commit is contained in:
parent
565070948f
commit
633fe44639
@ -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##"
|
||||
|
Loading…
Reference in New Issue
Block a user