rust/tests/ui/fmt/format-raw-string-error.rs

4 lines
117 B
Rust

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