2022-08-07 12:36:54 +02:00
|
|
|
// ignore-tidy-trailing-newlines
|
2025-03-29 02:41:32 +03:00
|
|
|
|
2022-08-07 12:36:54 +02:00
|
|
|
// Verify that unused parens lint does not try to create a span
|
|
|
|
|
// which points in the middle of a multibyte character.
|
|
|
|
|
|
2025-03-29 02:41:32 +03:00
|
|
|
//~v ERROR this file contains an unclosed delimiter
|
2022-08-07 12:36:54 +02:00
|
|
|
fn f(){(print!(á
|