rust/src/test/ui/issue-83639.rs
Ö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

7 lines
68 B
Rust

// check-fail
// ignore-tidy-tab
fn main() {
""" " //~ ERROR
}