mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 08:46:41 +00:00

The `span` arg is described in a comment as "interior span of the literal, without quotes", which is incorrect. It's actually the span of the error part of the literal, corresponding to `range`. This commit renames `span` and `span_without_quotes` to make things clearer, and fixes the erroneous comment.