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

Synchronize with Cargo output changes #195

Closed
sanxiyn opened this issue Aug 16, 2016 · 1 comment
Closed

Synchronize with Cargo output changes #195

sanxiyn opened this issue Aug 16, 2016 · 1 comment

Comments

@sanxiyn
Copy link
Member

sanxiyn commented Aug 16, 2016

For example, 1.2 have

$ cargo new hello_cargo --bin
$ cd hello_cargo

But rust-lang/cargo#2921 added status message to cargo new. So it should be:

$ cargo new hello_cargo --bin
     Created binary (application) `hello_cargo` project
$ cd hello_cargo

More generally, this could happen again, and it would be nice to check this automatically.

@carols10cents
Copy link
Member

I totally agree, and I think this is going to end up being the same as #126, even though that one talks more about error messages, so I'm going to close this as a duplicate of that one. Thank you for the report, though, we'd rather have too many reports than too few!! ❤️

AbrarNitk pushed a commit to FifthTry/rust-book that referenced this issue Jun 2, 2021
* 기존 second-edition 의 번역문 붙여넣기(2018-edition에서의 몇몇 코드 변경사항 반영 및 라인 수 맞춤)

* 문법 오류 수정

* 가독성이 떨어진다고 판단한 부분 위주로 번역문 일부 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants