rust-analyzer/crates/syntax
bors b771de3fdc Auto merge of #15179 - ponyii:fix/default-values-of-const-params-are-ignored, r=HKalbasi
the "add missing members" assists: implemented substitution of default values of const params

To achieve this, I've made `hir::ConstParamData` store the default values
2023-08-15 10:17:43 +00:00
..
fuzz fix(fuzz): Fixes broken Cargo.toml for fuzz tests 2023-01-24 10:54:10 -08:00
src Auto merge of #15179 - ponyii:fix/default-values-of-const-params-are-ignored, r=HKalbasi 2023-08-15 10:17:43 +00: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 syntax update: the default value of ConstParam turned from Expr into ConstArg 2023-08-08 21:57:54 +04:00