rust/crates
Ryan Cumming b01496538c Support attributes on array members
Array members are allow to have attributes such as `#[cfg]`.

This is a bit tricky as we don't know if the first expression is an
initializer or a member until we encounter a `;`. This reuses a trick
from `stmt` where we remember if we saw an attribute and then raise an
error if the first expression ends up being an initializer.

This isn't perfect as the error isn't correctly located on the attribute
or initializer; it ends up immediately after the `;`.
2019-06-30 18:36:54 +10:00
..
gen_lsp_server Bump cargo_metadata, ena, flexi_logger 2019-06-20 15:09:39 -04:00
ra_arena
ra_assists Review 1 2019-06-25 13:26:12 -07:00
ra_batch move ra_prof dep where it belongs 2019-06-26 13:07:26 +03:00
ra_cli move ra_prof dep where it belongs 2019-06-26 13:07:26 +03:00
ra_db Add SourceRoot::is_library, in preparation for salsa's durability 2019-06-24 12:35:07 +03:00
ra_fmt
ra_hir Complete associated methods on enums (and unions) as well 2019-06-29 12:40:01 +02:00
ra_ide_api Merge #1456 2019-06-29 11:12:51 +00:00
ra_lsp_server Swallow expected rustfmt errors 2019-06-27 08:08:26 +10:00
ra_mbe fix: clean up warnings 2019-06-06 10:06:46 +08:00
ra_parser Support attributes on array members 2019-06-30 18:36:54 +10:00
ra_prof add cpuprofile to ra_prof 2019-06-26 11:11:28 +03:00
ra_project_model Bump cargo_metadata, ena, flexi_logger 2019-06-20 15:09:39 -04:00
ra_syntax Support attributes on array members 2019-06-30 18:36:54 +10:00
ra_text_edit Fix clippy::match_ref_pats 2019-06-04 18:05:07 -04:00
ra_tools Update teraron version 2019-06-17 00:07:31 +06:00
ra_tt Fix clippy::needless_return 2019-06-04 18:05:07 -04:00
test_utils Fix clippy::expect_fun_call 2019-06-04 18:05:07 -04:00
thread_worker Fix clippy::single_match 2019-06-04 18:05:07 -04:00