diff --git a/sqlx-macros/src/migrate.rs b/sqlx-macros/src/migrate.rs index 37b699cf..b421de59 100644 --- a/sqlx-macros/src/migrate.rs +++ b/sqlx-macros/src/migrate.rs @@ -43,8 +43,8 @@ impl ToTokens for QuotedMigration { version: #version, description: ::std::borrow::Cow::Borrowed(#description), migration_type: #migration_type, - sql: :std::borrow::Cow::Borrowed(#sql), - checksum: :std::borrow::Cow::Borrowed(&[ + sql: ::std::borrow::Cow::Borrowed(#sql), + checksum: ::std::borrow::Cow::Borrowed(&[ #(#checksum),* ]), }