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