rust/crates/syntax
TheDoctor314 58a24de7d8 Fix impl_def_from_trait
Revert "Fix `impl_trait` function to emit correct ast"

This reverts commit 55a4813151.

Fix `impl_def_from_trait`

It now generates the correct `ast::Impl` using
`generate_trait_impl_text` and parses it to form the right node (copied
from the private fn 'make::ast_from_text').
2021-11-15 22:28:22 +05:30
..
fuzz Set MSRV 2021-10-23 15:07:11 +03:00
src Fix impl_def_from_trait 2021-11-15 22:28:22 +05:30
test_data internal: Parse const trait bounds 2021-10-19 14:20:00 +02:00
Cargo.toml Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00