Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-format_strings-false.rs
blob: ecca0d7d1fca583c1fd6bdfda680bc588800e88a [
file
] [
log
] [
blame
]
// rustfmt-format_strings: false
// rustfmt-max_width: 50
// rustfmt-error_on_line_overflow: false
// Force format strings
fn
main
()
{
let
lorem
=
"ipsum dolor sit amet consectetur adipiscing elit lorem ipsum dolor sit"
;
}