Unstable feature

I'm a newbie, so forgive my ignorance.

I want to compile spotifyd on Debian, and I get this error (while compiling some library):

error[E0658]: use of unstable library feature 'matches_macro'
   --> /home/lev/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.2.15/src/reload.rs:219:9
    |
219 |         matches!(self.kind, ErrorKind::SubscriberGone)

I did some research, and I found that my rust is old to compile the components downloaded. I use 1.41.1. Is there any workaround to sort this out?

Thanks,
Levente

Use rust from the official website instead. I.e. use rustup to manage your rust installations. Then you can download the latest stable version.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.