You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The docs aren't building because rustdoc fails. There seems to be a regression in rustc nightly that is causing sqlx-core to fail. Wick has to use nightly for rustdoc because we're using --enable-index-page 🙄
To Reproduce
run rustup update and just rustdoc
Additional context
This looks like it'll be fixed upstream. I'll keep an eye on it.
The text was updated successfully, but these errors were encountered:
Describe the bug
The docs aren't building because rustdoc fails. There seems to be a regression in rustc nightly that is causing sqlx-core to fail. Wick has to use nightly for rustdoc because we're using
--enable-index-page
🙄To Reproduce
run
rustup update
andjust rustdoc
Additional context
This looks like it'll be fixed upstream. I'll keep an eye on it.
The text was updated successfully, but these errors were encountered: