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
let actual = entry_point_impl(TokenStream::new(), code);
289
+
let expected = quote!{
290
+
::core::compile_error! {"To use the new migrate function signature, you should provide a \"migrate\" entry point with 4 arguments, not \"migrate_with_info\""}
0 commit comments