sd44 commented on issue #3625:
URL: 
https://github.com/apache/incubator-opendal/issues/3625#issuecomment-1821965304

   I tried to finish the work, but failed.
    
    I hope there is still something useful in my failed attempt, which can help 
other contributors. 
   
   bad pr : 
https://github.com/sd44/incubator-opendal/commit/3fc1673434c07036d7e68ffd6b21363c3162eb4c
   error log:
   ```
   error[E0277]: the trait bound `AsyncRustlsConnector: From<TlsConnector>` is 
not satisfied
      --> core/src/services/ftp/backend.rs:244:21
       |
   244 |                     
AsyncRustlsConnector::from(TlsConnector::from(confi...
       |                     ^^^^^^^^^^^^^^^^^^^^ the trait 
`From<TlsConnector>` is not implemented for `AsyncRustlsConnector`
       |
       = help: the trait `From<async_tls::connector::TlsConnector>` is 
implemented for `AsyncRustlsConnector`
   
   For more information about this error, try `rustc --explain E0277`.
   error: could not compile `opendal` (lib) due to previous error
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to