rust/src/test/ui/issue-83639.stderr
Ömer Sinan Ağacan 8d7432af7b Replace tabs in err messages before rendering
This is done in other call sites, but was missing in one place.

Fixes #83638
2021-03-29 13:38:36 +03:00

8 lines
236 B
Text

error: expected one of `.`, `;`, `?`, `}`, or an operator, found `" "`
--> $DIR/issue-83639.rs:5:7
|
LL | """ "
| ^^^^^^ expected one of `.`, `;`, `?`, `}`, or an operator
error: aborting due to previous error