Referred from rust-lang/rustfmt#6494
A long type path could look like long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::Long which currently would not get formatted, but this could exceed rustfmt's max_width setting.
How could this be handled?
Referred from rust-lang/rustfmt#6494
A long type path could look like
long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::Longwhich currently would not get formatted, but this could exceed rustfmt'smax_widthsetting.How could this be handled?