rust/compiler/rustc_typeck
bors 9bb77da74d Auto merge of #87915 - estebank:fancy-spans, r=oli-obk
Use smaller spans for some structured suggestions

Use more accurate suggestion spans for

* argument parse error
* fully qualified path
* missing code block type
* numeric casts
2021-09-13 16:31:12 +00:00
..

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