rust/src/test/ui/fmt
Esteban Küber 5e75001c59 Point at correct span for arguments in format strings
When a format string has escaped whitespace characters format
arguments were shifted by one per each escaped character. Account
for these escaped characters when synthesizing the spans.

Fix #55155.
2018-12-26 20:36:02 -08:00
..
format-string-error-2.rs Point at correct span for arguments in format strings 2018-12-26 20:36:02 -08:00
format-string-error-2.stderr Point at correct span for arguments in format strings 2018-12-26 20:36:02 -08:00
format-string-error.rs
format-string-error.stderr
send-sync.rs
send-sync.stderr