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
I've narrowed the breakage down to one of the following commits: a085e3b, 938202c, 5c98ae3.
Jascha-N
changed the title
rustdoc: implementing trait with associated const for primitive causes panic
rustdoc: implementing trait with associated const for primitive causes panic (regression)
Feb 22, 2016
…ichton
This effectively only records associated items from either inherent impls or trait definitions in the search-index.
fixesrust-lang#31808
r? @alexcrichton
Nightly rustdoc seems to panic when implementing a trait with an associated const for a primitive type.
Reduced test case:
Message:
thread '<unnamed>' panicked at 'called
Option::unwrap()on a
Nonevalue', ../src/libcore\option.rs:330
Meta
Backtrace:
The text was updated successfully, but these errors were encountered: