Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Judgment check_safety_matches at crates/formality-rust/src/check/impls.rs:70

Signature:

check_safety_matches(trait_decl: Trait, trait_impl: TraitImpl,) => ()

The number on each rule’s conclusion is positive coverage; the number on each premise is negative coverage. Click a number to browse the tests.

safety matches
LineCoverageSource
782(if trait_decl.safety == trait_impl.safety)
──────── ("safety matches")
80110(check_safety_matches(trait_decl, trait_impl) => ())