Merged
Conversation
This fixes errors on newer systems (possibly LLVM 16) such as: thread 'main' panicked at '"enum_(unnamed_at_/home/chrysn/_cache/cargo-target/debug/build/psa-crypto-sys-f1543d213eb456fc/out/include/mbedtls/cipher_h_205_1)" is not a valid Ident'
Author
|
I've briefly had a rustfmt workaround in here due to a nightly breakage. As the root cause is now discovered, this does not block lakers 292 any more. Merging it at some point (like, after today: until the fix hits the nightlies, this PR will fail, so no hurry with approving the PR run) would still be good as it enables users of newer systems to do local tests in lakers. |
chrysn
added a commit
to chrysn-pull-requests/edhoc-rs
that referenced
this pull request
Feb 2, 2025
See-Also: malishav/rust-psa-crypto#1 Closes: lake-rs#334
This was referenced Feb 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes errors on newer systems (possibly LLVM 16) such as:
Unblocks: lake-rs/lakers#292 (and lakers building on nightly in general)