rust-analyzer/crates/syntax
bors aa91eda902 Auto merge of #15152 - alibektas:14987, r=Veykril,lowr
assist : generate trait from impl

fixes #14987 . As the name suggests this assist is used to generate traits from inherent impls while adapting the original impl to fit to the newly generated trait. I made some decisions regarding when the assist should be applicable. These are surely open to discussion. I looking forward to any feedback.

![generate_trait_from_impl_v1](https://github.com/rust-lang/rust-analyzer/assets/20956650/05d4dda5-604a-4108-8b82-9b60bd45894a)
2023-07-05 16:56:37 +00:00
..
fuzz fix(fuzz): Fixes broken Cargo.toml for fuzz tests 2023-01-24 10:54:10 -08:00
src Generate trait from impl v2 2023-07-04 17:33:45 +02:00
test_data Spelling 2023-04-19 09:45:55 -04:00
Cargo.toml Upgrade to indexmap v2 2023-06-24 17:35:20 -07:00
rust.ungram Use ConstArg instead of Expr for AstId of InTypeConstId 2023-06-11 00:39:28 +03:30