Changelog #232

Commit: c4618fe
Release: 2024-05-06 (v0.3.1950)

Fixes

  • #17177 (first contribution) hide Run lens when lenses are disabled.

  • #17160 create generics for impl traits in associated types.

  • #17190 fix panic on dyn Trait with lifetimes.

  • #17157 don’t retry requests that rely on positions, and version resolve data.

  • #17161 discard file paths that aren’t valid UTF-8.

  • #17172 correctly handle no_core/no_std for preludes.

  • #17175, #17176 fix implicit tyype argument lowering.

  • #17138 make "Generate function" emit a constructor stub for functions called new.

Internal Improvements

  • #17144 (first contribution) remove confusing rust-project.json example from the docs.

  • #17168 (first contribution) switch from winapi to windows-sys.

  • #17148 match tracing span with function names.