Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 201 #189

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _posts/2023-08-21-changelog-201.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: post
title: "IntelliJ Rust Changelog #201"
date: 2023-08-21 13:00:00 +0300
---


## Fixes

* [#10790] Fix bugs related to quick fixes of printing of structs with neither display nor debug trait implemented (by [@LebedevEA])

Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/110?closed=1)

[@LebedevEA]: https://github.com/LebedevEA

[#10790]: https://github.com/intellij-rust/intellij-rust/pull/10790