mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-21 19:04:24 +00:00
2 lines
71 B
Rust
2 lines
71 B
Rust
type X = <A as B>::Output;
|
|
fn foo() { <usize as Default>::default(); }
|