rust/crates
bors f6ae0c11ac Auto merge of #15270 - ChristianSchott:patch-1, r=HKalbasi
Make fields of mir::Terminator public

When trying to use the RA crate, I am unable to access the fields in `hir_def::mir::Terminator`.
I don't see any reason, why these should be private, especially as the fields of `hir_def::mir::Statement` are `pub`.

I am not sure if the fields in `hir_def::mir::SwitchTargets` should be made `pub` too, but at least they are read-accessible via some public methods..

Sorry if I missed something, this is my first PR.
2023-07-13 07:54:44 +00:00
..
base-db Replace x with it 2023-07-06 17:33:17 +03:30
cfg Replace x with it 2023-07-06 17:33:17 +03:30
flycheck
hir Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
hir-def Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
hir-expand Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
hir-ty Auto merge of #15270 - ChristianSchott:patch-1, r=HKalbasi 2023-07-13 07:54:44 +00:00
ide Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
ide-assists Auto merge of #15260 - DropDemBits:structured-snippet-migrate-3, r=lowr 2023-07-12 22:05:30 +00:00
ide-completion Replace x with it 2023-07-06 17:33:17 +03:30
ide-db Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
ide-diagnostics Fix missing terminator in pattern matching of consts 2023-07-10 01:01:59 +03:30
ide-ssr Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
intern
limit
load-cargo Fix publishing of load-cargo crate 2023-07-10 13:40:37 +03:00
mbe Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
parser Recover from missing associated items and generic const defaults 2023-07-05 00:24:11 +09:00
paths
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
project-model
rust-analyzer change viewMemoryLayoutParams to be textPositionParams 2023-07-08 12:25:54 -04:00
sourcegen Format let-else 2023-07-03 20:34:09 +02:00
stdx
syntax Auto merge of #15248 - Veykril:eager, r=Veykril 2023-07-13 07:39:30 +00:00
test-utils Revert "Support #[rustc_coinductive]" 2023-07-03 05:06:55 +09:00
text-edit
toolchain
tt Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
vfs Upgrade to indexmap v2 2023-06-24 17:35:20 -07:00
vfs-notify