flux-rs / flux

Refinement Types for Rust
MIT License
638 stars 18 forks source link

Make desugar into its own query #627

Closed nilehmann closed 5 months ago

nilehmann commented 5 months ago

Make desugar into a (fallible) query per item. This will allow ignoring items we don't support as long as they are only used in a trusted function.