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
In version 0.8, there is a regression that prevents us from upgrading due to an error when passing the migrations folder as a parameter to a macro. We use macros to generate our test cases, but the migration parameter triggers a compile-time error.
Bug Description
In version 0.8, there is a regression that prevents us from upgrading due to an error when passing the migrations folder as a parameter to a macro. We use macros to generate our test cases, but the migration parameter triggers a compile-time error.
0.8.0, 0.8.1, 0.8.2 give all the same error.
Minimal Reproduction
Note that both
literal
andexpr
have been tested, but neither resolves the issue.Info
rustc --version
: rustc 1.81.0 (eeb90cda1 2024-09-04)The text was updated successfully, but these errors were encountered: