rust/compiler/rustc_middle
Esteban Küber fd9133b9c3 Suggest boxed trait objects in tail match and if expressions
When encountering a `match` or `if` as a tail expression where the
different arms do not have the same type *and* the return type of that
`fn` is an `impl Trait`, check whether those arms can implement `Trait`
and if so, suggest using boxed trait objects.
2020-09-11 17:05:18 -07:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Suggest boxed trait objects in tail match and if expressions 2020-09-11 17:05:18 -07:00
Cargo.toml Refactor byteorder to std in rustc_middle 2020-09-04 21:51:17 -07:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.