# Rustlings - 버그 수정하며 Rust 언어 배우기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3739](https://news.hada.io/topic?id=3739)
- GeekNews Markdown: [https://news.hada.io/topic/3739.md](https://news.hada.io/topic/3739.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-02-15T09:55:28+09:00
- Updated: 2021-02-15T09:55:28+09:00
- Original source: [github.com](https://github.com/rust-lang/rustlings)
- Points: 16
- Comments: 0

## Topic Body

- 에러가 있는 코드를 수정하면서 Rust를 읽고 쓰는법 배우기

- 컴파일 또는 테스트 에러가 나는 여러개의 카테고리 별 연습들로 구성 : 변수, 문자열, 쓰레드, Trait, 모듈, 펑션, 에러처리 등

- watch 기능으로 폴더의 파일을 수정하면 자동으로 결과가 확인되고, 중간에 hint 도 보면서 진행가능

ㅤ→ 컴파일 에러시 rustc --explain E0282 처럼 관련 설명을 보라는 문구 출력

## Comments



_No public comments on this page._
