mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Add a test for error_on_line_overflow_strings
This commit is contained in:
parent
aec8cfa749
commit
6d78bd5fdc
@ -0,0 +1,9 @@
|
||||
// rustfmt-error_on_line_overflow_strings: false
|
||||
// Suppress an error on line overflow strings.
|
||||
|
||||
fn main() {
|
||||
let x = " ";
|
||||
let a = "
|
||||
|
||||
";
|
||||
}
|
Loading…
Reference in New Issue
Block a user