rust-youtube-downloader icon indicating copy to clipboard operation
rust-youtube-downloader copied to clipboard

Can't compile

Open cboseck opened this issue 4 years ago • 0 comments

Hallo,

just downloaded the code and wanted to try it and got this.

error[E0713]: borrow may still be in use when destructor runs
   --> /home/cboseck/.cargo/registry/src/github.com-1ecc6299db9ec823/url-1.4.0/src/form_urlencoded.rs:246:40
    |
244 | impl<'a> Target for ::UrlQuery<'a> {
    |      -- lifetime `'a` defined here
245 |     fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization }
246 |     fn finish(self) -> &'a mut ::Url { self.url }
    |                                        ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait
    |                                        |
    |                                        returning this value requires that `*self.url` is borrowed for `'a`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0713`.
error: could not compile `url`.

Merry Christmas

cboseck avatar Dec 12 '20 11:12 cboseck