]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-83639.rs
Rollup merge of #107608 - P1n3appl3:master, r=tmandry
[rust.git] / tests / ui / parser / issues / issue-83639.rs
1 // check-fail
2 // ignore-tidy-tab
3
4 fn main() {
5     """ " //~ ERROR
6 }