revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.1k stars 121 forks source link

bug: failed to compile syn #264

Closed PotatoSUS closed 11 months ago

PotatoSUS commented 1 year ago

What happened?

hi, im trying to setup revolt backend and when i run the project i get the error: ubuntu@mail:~/backend$ cargo run --bin revolt-bonfire Compiling syn v1.0.107 thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:433:9 error: could not compile `syn` (lib) image

insertish commented 11 months ago

MSRV is Rust 1.70, that's probably your issue.

Can't help beyond that because CI and dev builds are working fine.