@@ -26,11 +26,11 @@ error[E0277]: Cannot select `f64` from `NoFromClause`
26
26
note: required by a bound in `diesel::select`
27
27
--> $DIESEL/src/query_builder/functions.rs
28
28
|
29
- | pub fn select<T>(expression: T) -> crate::dsl::BareSelect <T>
29
+ | pub fn select<T>(expression: T) -> crate::dsl::select <T>
30
30
| ------ required by a bound in this function
31
31
...
32
- | crate::dsl::BareSelect <T>: AsQuery,
33
- | ^^^^^^^ required by this bound in `select`
32
+ | crate::dsl::select <T>: AsQuery,
33
+ | ^^^^^^^ required by this bound in `select`
34
34
= note: consider using `--verbose` to print the full type name to the console
35
35
= note: consider using `--verbose` to print the full type name to the console
36
36
= note: consider using `--verbose` to print the full type name to the console
@@ -62,11 +62,11 @@ error[E0277]: the trait bound `f64: ValidGrouping<()>` is not satisfied
62
62
note: required by a bound in `diesel::select`
63
63
--> $DIESEL/src/query_builder/functions.rs
64
64
|
65
- | pub fn select<T>(expression: T) -> crate::dsl::BareSelect <T>
65
+ | pub fn select<T>(expression: T) -> crate::dsl::select <T>
66
66
| ------ required by a bound in this function
67
67
...
68
- | crate::dsl::BareSelect <T>: AsQuery,
69
- | ^^^^^^^ required by this bound in `select`
68
+ | crate::dsl::select <T>: AsQuery,
69
+ | ^^^^^^^ required by this bound in `select`
70
70
= note: consider using `--verbose` to print the full type name to the console
71
71
= note: consider using `--verbose` to print the full type name to the console
72
72
= note: consider using `--verbose` to print the full type name to the console
@@ -269,11 +269,11 @@ error[E0277]: Cannot select `{integer}` from `NoFromClause`
269
269
note: required by a bound in `diesel::select`
270
270
--> $DIESEL/src/query_builder/functions.rs
271
271
|
272
- | pub fn select<T>(expression: T) -> crate::dsl::BareSelect <T>
272
+ | pub fn select<T>(expression: T) -> crate::dsl::select <T>
273
273
| ------ required by a bound in this function
274
274
...
275
- | crate::dsl::BareSelect <T>: AsQuery,
276
- | ^^^^^^^ required by this bound in `select`
275
+ | crate::dsl::select <T>: AsQuery,
276
+ | ^^^^^^^ required by this bound in `select`
277
277
= note: consider using `--verbose` to print the full type name to the console
278
278
= note: consider using `--verbose` to print the full type name to the console
279
279
= note: consider using `--verbose` to print the full type name to the console
@@ -305,11 +305,11 @@ error[E0277]: the trait bound `{integer}: ValidGrouping<()>` is not satisfied
305
305
note: required by a bound in `diesel::select`
306
306
--> $DIESEL/src/query_builder/functions.rs
307
307
|
308
- | pub fn select<T>(expression: T) -> crate::dsl::BareSelect <T>
308
+ | pub fn select<T>(expression: T) -> crate::dsl::select <T>
309
309
| ------ required by a bound in this function
310
310
...
311
- | crate::dsl::BareSelect <T>: AsQuery,
312
- | ^^^^^^^ required by this bound in `select`
311
+ | crate::dsl::select <T>: AsQuery,
312
+ | ^^^^^^^ required by this bound in `select`
313
313
= note: consider using `--verbose` to print the full type name to the console
314
314
= note: consider using `--verbose` to print the full type name to the console
315
315
= note: consider using `--verbose` to print the full type name to the console
0 commit comments