[INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough
[INFO] [stdout] --> src/validate.rs:245:13
[INFO] [stdout] |
[INFO] [stdout] 245 | validate_post_dispute_for_existing_tx(post, disputed_tx, accounts, disputes)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds
[INFO] [stdout] |
[INFO] [stdout] help: consider adding an explicit lifetime bound...
[INFO] [stdout] |
[INFO] [stdout] 228 | pub fn validate_post_dispute<'a, 't, 'd, T: PostDispute + 't>(
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]