1 2 3 4 5
error: expected a type parameter with FutureForm bound (e.g., `K: FutureForm`) --> tests/ui/missing_future_form_bound.rs:10:5 | 10 | impl<K> Counter<K> for Memory { | ^^^