[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout] --> src/bind_collector.rs:40:24
[INFO] [stdout] |
[INFO] [stdout] 40 | let metadata = D1Backend::metadata(metadata_lookup);
[INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `ST` declared on the trait `HasSqlType`
[INFO] [stdout] |
[INFO] [stdout] = note: cannot satisfy `D1Backend: HasSqlType<_>`