Changelog #73
Commit: 7570212
Release: 2021-04-19
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#8478don’t spam repeated error messages whencargo checkfails. -
#8496excludenightlytag fromgit describeto really fix version string. -
#8489indent block expressions on enter:
-
#8415fix faulty assertion when extracting function with macro call. -
#8432consider outer scopes'#[allow]s indecl_check. -
#8526do not show flyimports in trait or impl declarations. -
#8510move cursor position when using item movers. -
#8536(first contribution) slightly improve status messages. -
#8543(first contribution) fix "Fill match arms" issue with single-element tuples. -
#8545fix primitive shadowing with inner items. -
#8539do not propose inherent traits in flyimports and import assists. -
#8546returnCallInfofor unclosed call expressions. -
#8550handle extended key-value attributes in MBE. -
#8560(first contribution) correctly escape characters in doc comments when passed through macros. -
#8561acceptE<error_number>notation in doctests. -
#8564expandglobal_asm!to nothing. -
#8569support inherent impls in unnamed consts.