6 lines
113 B
Rust
6 lines
113 B
Rust
// rustfmt-type_punctuation_density: Compressed
|
|
|
|
fn Foo<T = Foo, Output = Expr<'tcx> + Foo>() {
|
|
let i = 6;
|
|
}
|