Added test case
This commit is contained in:
parent
479b69266b
commit
7f8b9bd356
5
tests/source/type-punctuation.rs
Normal file
5
tests/source/type-punctuation.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// rustfmt-type_punctuation_density: Compressed
|
||||
|
||||
fn Foo<T = Foo, Output = Expr<'tcx> + Foo>() {
|
||||
let i = 6;
|
||||
}
|
5
tests/target/type-punctuation.rs
Normal file
5
tests/target/type-punctuation.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// rustfmt-type_punctuation_density: Compressed
|
||||
|
||||
fn Foo<T=Foo, Output=Expr<'tcx>+Foo>() {
|
||||
let i = 6;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user