rust/compiler/rustc_error_codes/src
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
..
error_codes swap function order for better read flow 2021-05-13 13:22:24 +02:00
error_codes.rs Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis 2021-05-04 08:09:23 +00:00
lib.rs Bump cfgs 2021-04-04 14:57:05 -04:00