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
Copy file name to clipboardExpand all lines: packages/derive/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ mod test {
287
287
288
288
let actual = entry_point_impl(TokenStream::new(), code);
289
289
let expected = quote!{
290
-
::core::compile_error! {"To use the new migrate function signature, you should provide a \"migrate\" entry point, not \"migrate_with_info\""}
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