rust报错mod patchexpected function found module bsdiffpatchnot a functionrustcClick for full compiler diagnosticmainrs3 1 consider importing this function instead use bsdiffpatchpatch;mainrs24 5 if you
这个错误提示说在模块patch中期望找到一个函数,但实际上找到的是一个模块。建议使用use bsdiff::patch::patch;引入patch函数,如果已经引入了patch,则需要直接引用它。
原文地址: https://www.cveoy.top/t/topic/dqQv 著作权归作者所有。请勿转载和采集!