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

Rust 1.70 #55

Merged
merged 8 commits into from
Oct 7, 2024
Merged

Rust 1.70 #55

merged 8 commits into from
Oct 7, 2024

Conversation

tylerwhall
Copy link
Owner

No description provided.

Had to hold back 'which' that pulled in 'home' for Rust 1.68 compat.

cargo update -p which --precise 4.3.0
Cherry-pick this kconfig bugfix that prevents renaming /dev/null if the
user has permissions to do so. When /dev/null is a real file, rustc
fails with syntax errors.

This is possible because we're running as root in Docker. That could be
revisited but this is the simplest change.

error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `rustc - --crate-name ___
  --print=file-names --crate-type bin --crate-type rlib --crate-type
  dylib --crate-type cdylib --crate-type staticlib --crate-type
  proc-macro --print=sysroot --print=split-debuginfo --print=crate-name
  --print=cfg` (exit status: 1)
I haven't seen any functional difference, but might as well keep up to
date.
0.70 requires a feature from Rust 1.77.

error[E0433]: failed to resolve: could not find `offset_of` in `mem`
@tylerwhall tylerwhall merged commit e9a8bad into master Oct 7, 2024
48 of 49 checks passed
@tylerwhall tylerwhall deleted the rust-1.70 branch October 7, 2024 08:20
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

Successfully merging this pull request may close these issues.

1 participant