Skip to content

2023-11-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 06:53
· 9050 commits to master since this release

Changelog #207

Commit: 416e9c8
Release: 2023-11-13 (v0.3.1730)

New Features

  • #15847 preview struct fields on hover:

    Screen recording showing that hover tooltips on structs now include a list the fields

  • #15871 add config for preferring / ignoring prelude modules when inserting imports.

Fixes

  • #15860 truncate closure capture place for raw pointer.
  • #15864 be more lax when finding Self references.
  • #15854 ignore #[doc(hidden)] when implementing missing members.
  • #15866 improve check when overriding expansion limit for include!.

Internal Improvements

  • #15881 (first contribution) fix JSON syntax in VS Code settings samples.
  • #15849 update rustc dependencies.
  • #15880 include TOML files in the vfs.

See also the changelog post.