rust/compiler/rustc_builtin_macros
Preston From d0ea440dfe Improve position named arguments lint underline and formatting names
For named arguments used as implicit position arguments, underline both
the opening curly brace and either:
* if there is formatting, the next character (which will either be the
  closing curl brace or the `:` denoting the start of formatting args)
* if there is no formatting, the entire arg span (important if there is
  whitespace like `{  }`)

This should make it more obvious where the named argument should be.

Additionally, in the lint message, emit the formatting argument names
without a dollar sign to avoid potentially confusion.

Fixes #99907
2022-08-02 00:20:44 -06:00
..
src Improve position named arguments lint underline and formatting names 2022-08-02 00:20:44 -06:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00