mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
11 lines
263 B
Text
11 lines
263 B
Text
warning: multiple lines skipped by escaped newline
|
|
--> tests/ui/crashes/ice-9405.rs:6:10
|
|
|
|
|
LL | "\
|
|
| __________^
|
|
LL | |
|
|
LL | | {}",
|
|
| |____________^ skipping everything up to and including this point
|
|
|
|
warning: 1 warning emitted
|
|
|