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

esp-wifi-sys fails to compile with rustc nightly when feature "sys-logs" is enabled #487

Closed
pebender opened this issue Dec 21, 2024 · 0 comments · Fixed by #488
Closed

Comments

@pebender
Copy link

Because of the change rust-lang/rust#132975, esp-wifi-sys fails to compile when feature "sys-logs" is enabled. The offending line is https://github.com/esp-rs/esp-wifi-sys/blob/61fe23526b11ae75759accbcf1379ccb5009ad8f/esp-wifi-sys/src/lib.rs#L58C24-L58C48

For reference, problems in esp-wifi resulting from this change were recently fixed (esp-rs/esp-hal@a12e7fe and esp-rs/esp-hal@f2b958b).

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 a pull request may close this issue.

1 participant