Manish Goregaokar 0c2924386d Rollup merge of #28184 - xiaochuanyu:patch-1, r=alexcrichton
Originally in an example it reads as follows:
```rust
fn inverse<T>() -> T
        // this is using ConvertTo as if it were "ConvertFrom<i32>"
         where i32: ConvertTo<T> {
     42.convert()
 }
```
There was no mention of `ConvertFrom` elsewhere in the page other than in this comment. Is this supposed to be `ConvertTo<i64>` ?
I'm confused by this example.
2015-09-04 01:40:01 +05:30
..
2015-08-31 18:33:55 -07:00
2015-09-03 20:58:07 +05:30
2015-09-03 20:58:07 +05:30
2015-09-03 20:58:07 +05:30
2015-09-02 18:21:02 +02:00