Closed
Description
For tooling's sake, make the following string literal the primary span:
error: multiple unused formatting arguments
--> src/main.rs:1:30
|
1 | fn main() { println!("Test", 1, 2) }
| ------ ^ ^
| |
| multiple missing formatting specifiers
This way we can keep the current visual output, while giving the primary span a label that can be used by dev-tools.