rust-analyzer/crates
Lukas Wirth 638755a771 Log rustfmt parsing errors as warnings
We unconditionally pass an edition parameter to rustfmt, for some crates
this might fail rustfmt so instead of swallowing the error, at least Log
it on a level that is logged by default so users won't be completely
confused about it.
See for context https://github.com/rust-lang/rust-analyzer/issues/10209

Closes https://github.com/rust-lang/rust-analyzer/issues/10209
2022-08-19 09:22:34 +02:00
..
base-db Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
cfg Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
flycheck Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
hir Auto merge of #12905 - HKalbasi:master, r=Veykril 2022-08-08 11:46:22 +00:00
hir-def Auto merge of #12942 - lowr:fix/concat-with-char, r=Veykril 2022-08-08 11:28:42 +00:00
hir-expand Auto merge of #12937 - fprasx:master, r=Veykril 2022-08-08 11:37:51 +00:00
hir-ty Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00
ide Fix test_rainbow_highlighting gate 2022-08-07 09:29:26 +03:00
ide-assists Auto merge of #12905 - HKalbasi:master, r=Veykril 2022-08-08 11:46:22 +00:00
ide-completion fix: complete path of existing record expr 2022-07-29 17:24:05 +02:00
ide-db Auto merge of #12905 - HKalbasi:master, r=Veykril 2022-08-08 11:46:22 +00:00
ide-diagnostics Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
ide-ssr Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
limit Properly cfg the max field of Limit 2022-07-31 19:27:20 +02:00
mbe Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
parser fix: complete path of existing record expr 2022-07-29 17:24:05 +02:00
paths Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
proc-macro-api Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
proc-macro-srv Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
proc-macro-srv-cli Gate and rename binary, use it if it's in the sysroot 2022-07-25 16:22:39 +02:00
proc-macro-test revert nightly rustfmt formatting that accidentally slipped in 2022-07-25 14:18:30 +02:00
profile Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
project-model Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
rust-analyzer Log rustfmt parsing errors as warnings 2022-08-19 09:22:34 +02:00
sourcegen run stable fmt through rustup 2022-08-06 17:25:02 +03:00
stdx Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
syntax Support adding variants via structural editing 2022-08-02 14:37:12 -04:00
test-utils Don't run slow tests in Rust CI, only RA CI 2022-07-24 10:38:19 +02:00
text-edit Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
toolchain Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
tt Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
vfs Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
vfs-notify Don't switch workspace on vfs file changes from libraries 2022-08-05 12:06:42 +02:00