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
…tions (rust-lang#2967)
This PR is the next step to rework/introduce the
`should_panic`/`fail_uncoverable` options as global conditions.
Until now, we haven't had a concrete proposal to do so other than the
implementation in rust-lang#2532. This PR presents one for each option in their
respective RFCs. I'd like to agree on this design before starting the
code review for rust-lang#2532.
Related to rust-lang#1905rust-lang#2272rust-lang#2299rust-lang#2516
...and then replace the
block_parent
type with anoption<block>
. (As per FIXME attached totrans::common::block_parent
.)The text was updated successfully, but these errors were encountered: