Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 453 Bytes

File metadata and controls

6 lines (4 loc) · 453 Bytes

0.2.5

Minor Analysis Improvements

  • The predicate SummarizedCallable.propagatesFlow has been extended with the columns Provenance p and boolean isExact, and as a consequence the predicates SummarizedCallable.hasProvenance and SummarizedCallable.hasExactModel have been removed.
  • Added type inference support for the FnMut(..) -> .. and Fn(..) -> .. traits. They now work in type parameter bounds and are implemented by closures.