You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I landed this code in #4887; I had intended to discuss it during the review, but better late than never. I would appreciate if someone else with a high degree of Rust fluency (likely @Manishearth) could see if there's a way to make this work if the #![allow(semicolon_in_expressions_from_macros)] in auxkey_bench.rs is removed.
I landed this code in #4887; I had intended to discuss it during the review, but better late than never. I would appreciate if someone else with a high degree of Rust fluency (likely @Manishearth) could see if there's a way to make this work if the
#![allow(semicolon_in_expressions_from_macros)]
in auxkey_bench.rs is removed.Reduced example:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=75617c4dc910f1e7a1f044dbee8e6c9c
The text was updated successfully, but these errors were encountered: