Skip to content

fix: E0658 for compatibility with Rust < 1.88 - #160

Closed
daimh wants to merge 1 commit into
whamcloud:mainfrom
daimh:main
Closed

fix: E0658 for compatibility with Rust < 1.88#160
daimh wants to merge 1 commit into
whamcloud:mainfrom
daimh:main

Conversation

@daimh

@daimh daimh commented Aug 14, 2026

Copy link
Copy Markdown

Debian 13.6 ships an older Rust toolchain that does not support the 'if let conditionA && conditionB' expression, resultingin a compiler error (E0658).

Debian 13.6 ships an older Rust toolchain that does not support the
'if let conditionA && conditionB' expression, resultingin a compiler error
(E0658).
@daimh

daimh commented Aug 17, 2026

Copy link
Copy Markdown
Author

close this PR and submit another PR to fix the clippy warning

@daimh daimh closed this Aug 17, 2026
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