rust/tests/ui/fmt/issue-104142.rs

7 lines
115 B
Rust

fn main() {
println!(
r#"
\"\'}、"# //~ ERROR invalid format string: unmatched `}` found
);
}