Open uccidibuti opened 4 years ago
Hi @uccidibuti unfortunately the apply_attr crate depends on the syntax, which was the status-quo 3 years ago, yet has since been deprecated in favor of rustc_ast to which it would need to be migrated, to make it work with current versions of Rust.
I want to use this crate for my rust library, I've added apply_attr dependency in my Cargo.toml but when i try to compile my library I recive this error:
Is this a library bug or did I have something wrong inluding appy_attr dependency?