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
To allow the 2024 edition of Rust to be used, one of our macros needs a
new syntax, introduced in Rust 1.85 to declare that it is known that the
macro expansion is unsafe.
This could work without the minimum rust version, as long as the macro
isn't used, but is needed for tests, and Rust stable has already moved
to 1.86, so it isn't an onerous requirement.
Signed-off-by: David Brown <[email protected]>
0 commit comments