-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions not found for actix-multipart::Multipart #395
Comments
Hmm, it works fine if I build locally but not when pulling paperclip from crates-io. |
@tiagolobocastro |
It happens to me, which prevents me from updating actix-web 4.0. Is this being researched? |
Sorry @gaolaowai I must have missed your comment. I wonder if this is an issue with having multiple |
Hi there,
When using Paperclip
0.6.1
, with the featureactix-multipart
enabled andactix-multipart
v0.3.0
, I'm getting the following errors:error[E0599]: no function or associated item named `update_parameter` found for struct `Multipart` in the current scope
error[E0599]: no function or associated item named `update_security` found for struct `Multipart` in the current scope
error[E0599]: no function or associated item named `update_security_definitions` found for struct `Multipart` in the current scope
error[E0599]: no function or associated item named `update_definitions` found for struct `Multipart` in the current scope
These functions should be present I'd think, as the feature is enabled.
Environment
cargo -V
:rustup -V
:Actix-web:
3
Code
The error occur on the following function:
The text was updated successfully, but these errors were encountered: