Added test case

This commit is contained in:
Connor Brewster 2016-01-12 13:51:32 -07:00
parent 479b69266b
commit 7f8b9bd356
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// rustfmt-type_punctuation_density: Compressed
fn Foo<T = Foo, Output = Expr<'tcx> + Foo>() {
let i = 6;
}

View file

@ -0,0 +1,5 @@
// rustfmt-type_punctuation_density: Compressed
fn Foo<T=Foo, Output=Expr<'tcx>+Foo>() {
let i = 6;
}