djogi 0.1.0-alpha.17

Model-first web framework for Rust — web-framework-agnostic core; Axum integration opt-in via the `axum` feature flag
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
error[E0308]: mismatched types
  --> $DIR/insert_select_cross_source_arithmetic.rs:40:54
   |
40 |     let _bad = a_fields.score().as_insert_source() + b_fields.score().as_insert_source();
   |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `InsertSelectSource<CrossSourceA, i32>`, found `InsertSelectSource<CrossSourceB, i32>`
   |
   = note: expected struct `InsertSelectSource<CrossSourceA, _>`
              found struct `InsertSelectSource<CrossSourceB, _>`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.