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

Conflicting Rust tooling configuration #45

Open
cryptoquick opened this issue Jul 17, 2022 · 2 comments
Open

Conflicting Rust tooling configuration #45

cryptoquick opened this issue Jul 17, 2022 · 2 comments
Labels
question Further information is requested

Comments

@cryptoquick
Copy link
Member

cryptoquick commented Jul 17, 2022

The rust-toolchain.toml file specifies using the stable channel, but the .rustfmt.toml file specifies features that are only available in the nightly channel. If you specify which should be used, I could issue a PR.

@dr-orlovsky
Copy link
Member

dr-orlovsky commented Jul 30, 2022

That is the sad fact: the code should be compiled with stable, but formatted with nightly. IDNK how to do that :(

@dr-orlovsky dr-orlovsky added the question Further information is requested label Jul 30, 2022
@cryptoquick
Copy link
Member Author

cryptoquick commented Jul 31, 2022

lol! Good question! Best way I can think of is to commit an IDE setting. I can issue a PR for VS Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants