mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
7 lines
201 B
Rust
7 lines
201 B
Rust
// rustfmt-error_on_line_overflow: false
|
|
// Error on line overflow
|
|
|
|
fn main() {
|
|
let lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit;
|
|
}
|