mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 18:07:50 +00:00
* Annotate `derive`d spans from the user's code with the appropciate context * Add `Span::can_be_used_for_suggestion` to query if the underlying span at the users' code
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.