We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Playground
Output:
error: 1 positional argument in format string, but no arguments were given --> src/main.rs:2:16 | 2 | println!("\t{}"); | ^^
It seems the underline offset doesn't take into account that some characters like "\n\t\r" are wider in the source code.
"\n\t\r"