]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3651.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / issue-3651.rs
1 fn f() -> Box<
2     dyn FnMut() -> Thing< WithType = LongItemName, Error = LONGLONGLONGLONGLONGONGEvenLongerErrorNameLongerLonger>,
3 >{
4 }