You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.rs:11:31: 11:42 error: no suitable bound on `<generic #0>`
test.rs:11 impl<M> InnerPool<M> where M: PoolManager {}
^~~~~~~~~~~
error: aborting due to previous error
Moving the bounds to the old style allows it to compile.
The text was updated successfully, but these errors were encountered:
Moving the bounds to the old style allows it to compile.
The text was updated successfully, but these errors were encountered: