rustc_contracts: differentiate between exhaustive and non-exhaustive contracts #128274
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-discussion
Category: Discussion or questions that doesn't represent real issues.
F-contracts
`#![feature(contracts)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Tracking Issue: #128044
exhaustive: the contract fully encodes all requirements for using the function safely.
non-exhaustive: there are some additional safety pre-conditions or post-conditions that are not described by the contract, ie. it is possible to cause UB while fufilling the contract's requirements.
The text was updated successfully, but these errors were encountered: