Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Update Rust version#1739

Open
matthiasgoergens wants to merge 9 commits intomainfrom
matthias/update-rust
Open

Update Rust version#1739
matthiasgoergens wants to merge 9 commits intomainfrom
matthias/update-rust

Conversation

@matthiasgoergens
Copy link
Contributor

And fix new linter complaints.

sha2 = []
static-mem-access = []
token = []
# Not sure whether token, tokenbin, wallet and walletbin should all be here, or whether we forget cleaning them up in recent renames?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether token, tokenbin, wallet and walletbin should all be here, or whether we forget cleaning them up in recent renames?

@supragya You recently did some renames / cleanups here. Do you have an opinion?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those should be needed for testing I hope?

fn build_elf(dest: &mut File, crate_path: &str, elf_path: &str, glob_name: &str, uses_std: bool) {
// Use a dummy array for clippy, since not building the elf is faster than
// building the elf
if cfg!(feature = "cargo-clippy") {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Daniel-Aaron-Bloom The new version's linter doesn't like this. Do you know whether this ever worked (and perhaps how to repair it)?

@matthiasgoergens
Copy link
Contributor Author

The update to the new Rust version itself isn't critical, but we can fix the lint issues anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants