mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 20:17:59 +00:00
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;
|
|
}
|