rust/compiler/rustc_typeck
bors 631e989738 Auto merge of #83759 - SkiFire13:fix-diag, r=estebank
Handle more span edge cases in generics diagnostics

This should fix invalid suggestions that didn't account for empty bracket pairs (`<>`) or type bindings.
2021-05-13 03:19:13 +00:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.