summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/parser/test_data/parser/inline/err/0016_angled_path_without_qual.rs
blob: 802d6cc14a49aa41bf331cb62444803ae3229495 (plain)
1
2
type X = <()>;
type Y = <A as B>;