sycamore-rs / sycamore

A library for creating reactive web apps in Rust and WebAssembly
https://sycamore-rs.netlify.app
MIT License
2.79k stars 148 forks source link

Unable to view source in the docs: `Query parser error: "Unexpected `.`"` #671

Closed kdheepak closed 5 months ago

kdheepak commented 5 months ago

Describe the bug

I have a weird error when navigating in the docs. It was easiest to show the issue in a screen recording:

https://github.com/sycamore-rs/sycamore/assets/1813121/d9f747c8-1054-4867-8a1b-fbc549c68180

Clicking on Source in this page causes the issue: https://docs.rs/sycamore/latest/sycamore/reactive/struct.Signal.html

It seems to be linking from v0.8.2 to v0.8.1

lukechu10 commented 5 months ago

This is unfortunately definitely a bug with rustdoc and there is really nothing we can do on our side except for publishing a new version so that docs.rs rebuilds the documentation.

Some alternatives right now:

In fact, the issue seems to have been fixed pretty quick by rustdoc already since the next (beta) version 0.9.0-beta.1 doesn't have this issue.