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
macro_rules!__static_cond {// mising space(posts posts) = >{
compile_error!(concat!("Column `",stringify!(id),"` cannot be named the same as its table.\n\ You may use `#[sql_name = \"",stringify!(id),"\"]` to reference the table's `",stringify!(id),"` column. \n\ See the documentation of the `table!` macro for details`\n"));};(posts id) = >{// extra spacepubusesuper::columns::{
id
};}
Spotted in #12589.
The text was updated successfully, but these errors were encountered: