Closed
Description
Calling a trait function directly or with UFCS should be interchangeable if no additional type parameters need to be specified.
This code shows a example where this is not the case. As soon as line 76 is comment in the code will fail to compile with this pretty error message.
(The example code needs diesel master as dependency)