]> git.lizzy.rs Git - rust.git/blob - tests/target/type-punctuation.rs
Fix bug in identifying comments
[rust.git] / tests / target / type-punctuation.rs
1 // rustfmt-type_punctuation_density: Compressed
2
3 fn Foo<T=Foo, Output=Expr<'tcx>+Foo>() {
4     let i = 6;
5 }