bors[bot] 90f7899903
Merge #11531
11531: fix: Make fill_match_arms assist handle doc(hidden) and non_exhaustive r=Veykril a=OleStrohm

Fixes #11499
Fixes #11500
This keeps track of the relevant attributes and adds in a wildcard pat at the end of the match when necessary.

I decided to do them in the same PR since they both needed the ability to add a wildcard arm, and so their changes would overlap if done separately, but I'll split them up if that seems better.

This is my first PR to rust-analyzer, so all feedback is greatly appreciated!

Co-authored-by: Ole Strohm <strohm99@gmail.com>
2022-02-24 12:57:51 +00:00
..
2022-02-24 15:20:12 +05:30
2022-02-23 15:55:06 +01:00
2022-02-24 12:57:51 +00:00
2022-02-22 10:20:45 +01:00
2022-02-23 16:29:33 +01:00
2022-02-21 08:34:35 +02:00
2022-02-21 16:56:37 +00:00