Skip to content
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