rust/tests/source/type-punctuation.rs

6 lines
113 B
Rust
Raw Normal View History

2016-01-12 21:51:32 +01:00
// rustfmt-type_punctuation_density: Compressed
fn Foo<T = Foo, Output = Expr<'tcx> + Foo>() {
let i = 6;
}