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

1.45.0 is now stable :) #18

Closed
h5rdly opened this issue Aug 1, 2020 · 6 comments
Closed

1.45.0 is now stable :) #18

h5rdly opened this issue Aug 1, 2020 · 6 comments

Comments

@h5rdly
Copy link

h5rdly commented Aug 1, 2020

Thanks for this great repo!

Just wanted to point out that in the strip Symbols from Binary section, it mentions nightly 1.45.0, however, this is now a stable version.

@tesuji
Copy link

tesuji commented Aug 1, 2020

It is still a nightly option in rustc.

@h5rdly
Copy link
Author

h5rdly commented Aug 1, 2020

I just did rustup update stable and got me 1.45.1 :)

https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html

Edit: I just tried using strip in cargo.toml and it asks for a nightly Cargo. Guess I'm missing something, my bad.

@tesuji
Copy link

tesuji commented Aug 1, 2020

Yeah. Stable rustc cannot be passed -Z flags like -Z strip=symbols. Only nightly rustc can be.

@h5rdly
Copy link
Author

h5rdly commented Aug 1, 2020

You're right, just tried and it asks for nightly Cargo. Is this a glitch, i.e. they forgot to move strip to the "regular" flags section?

Anyway, closing as nothing to do here

@h5rdly h5rdly closed this as completed Aug 1, 2020
@tesuji
Copy link

tesuji commented Aug 1, 2020

They didn't forget that. Either they don't think strip flag is ready for stabilization or nobody proposes it.

@corbinu
Copy link

corbinu commented Aug 1, 2020

@h5rdly The tracking issue is here rust-lang/rust#72110 you can watch for that to get tagged "disposition-merge". It will then be in the next stable Rust that is released. Until then it will be in each nightly starting with back when 1.45 was nightly. Hope this helps.

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

3 participants