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
I've also renamed `ContainsTable` to `AppearsInFromClause`, as the error
message complaining that `users: AppearsInFromClause<posts>` is not
satisfied is much clearer.
Copy file name to clipboardExpand all lines: diesel_compile_tests/tests/compile-fail/selecting_multiple_columns_requires_all_must_be_from_selectable_table.rs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ fn main() {
23
23
//~^ ERROR Selectable
24
24
//~| ERROR E0277
25
25
//~| ERROR E0277
26
-
//~| ERROR E0277
27
26
let stuff = users::table.select((posts::id, users::name));
0 commit comments