# Rust 1.59.0 릴리즈

> Clean Markdown view of GeekNews topic #6053. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6053](https://news.hada.io/topic?id=6053)
- GeekNews Markdown: [https://news.hada.io/topic/6053.md](https://news.hada.io/topic/6053.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-02-27T09:11:01+09:00
- Updated: 2022-02-27T09:11:01+09:00
- Original source: [blog.rust-lang.org](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html)
- Points: 5
- Comments: 0

## Topic Body

- 인라인 어셈블리 지원 : 저수준 제어 및 특정 기계 명령어 이용 가능   
  - x86, x86-64, ARM, AArch64, RISC-V 지원  
- 구조 분해 할당 지원 : 좌측에 tuple, slice, struct 를 놓아서 한번에 할당  
  - ```(a, b) = (1, 2);```  
- Const Generic에 디폴트값 지원  
- 디버그 정보를 뺀 Stripped Binaries 생성 가능   
- Incremental Compilation 기본으로 비 활성화

## Comments



_No public comments on this page._
