bors 6756294aa0 Auto merge of #14184 - lowr:feat/trait-alias-def, r=Veykril
Handle trait alias definitions

Part of #2773

This PR adds a bunch of structs and enum variants for trait aliases. Trait aliases should be handled as an independent item because they are semantically distinct from traits.

I basically started by adding `TraitAlias{Id, Loc}` to `hir_def::item_tree` and iterated adding necessary stuffs until compiler stopped complaining what's missing. Let me know if there's still anything I need to add.

I'm opening up this PR for early review and stuff. I'm planning to add tests for IDE functionalities in this PR, but not type-related support, for which I put FIXME notes.
2023-03-03 15:45:18 +00:00
..
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-14 14:45:05 -05:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-15 14:11:11 +02:00
2023-02-27 23:45:54 +03:30
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00
2023-02-13 13:55:14 +02:00