rust/compiler/rustc_error_codes
Rafael Kraut a56d0e2f6e
swap function order for better read flow
When having the order

```
foo.bar(); // we can now use this method since i32 implements the Foo trait

[...]

impl Foo for i32
```

the `// we can now use this method` comment is less clear to me.
2021-05-13 13:22:24 +02:00
..
src swap function order for better read flow 2021-05-13 13:22:24 +02:00
Cargo.toml