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
Hi everyone. I was working on a personal project for a while, and after adding some rustdoc comments to my code and recompiling, I was surprised to see a panic that appears to originate from the Option code inside of libcore.
Below are my results for RUST_BACKTRACE=1 cargo build:
Hi everyone. I was working on a personal project for a while, and after adding some rustdoc comments to my code and recompiling, I was surprised to see a panic that appears to originate from the Option code inside of libcore.
Below are my results for
RUST_BACKTRACE=1 cargo build
:I am running the 1.5.0 Nightly build of rustc. Can anyone else shed some light on this?
The text was updated successfully, but these errors were encountered: