mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
3cb9966235
Note that some of the output is currently bogus, with missing params and
args:
```
fn add(: _, : _) -> _ { m::add(, ) }
```
The next commit will fix this.