Changelog #135 Jun 27, 2022 Commit: b74e96f Release: 2022-06-27 New Features #12599 only apply cfg(test) for local crates, helping crates using #[cfg(not(test))]. #12629 improve proc macro errors. Fixes #12605 (first contribution) fix auto-links in doc comments: #12596 don’t trigger pattern completions when typing a wildcard pattern. #12597 fix auto-ref completions inserting in the wrong locations. #12625 completes non-exhaustive enum variants within the defining crate. Internal Improvements #12520 bring back JodChild into flycheck for cancellation. #12588, #12604 more completion refactoring. #12594 lift out IdentContext from CompletionContext. #12628 minor hir simplifications.