Closed gabriel-barrett closed 6 days ago
This allows you to mark match branches with the #[unconstrained] flag, which will remove branch constraints. This is useful in a few cases, but should be used with discretion, since it's a dangerous flag
#[unconstrained]
I think this is the kind of patch that should come with at least some benefit (maybe in performance) besides the potential footgun
This allows you to mark match branches with the
#[unconstrained]
flag, which will remove branch constraints. This is useful in a few cases, but should be used with discretion, since it's a dangerous flag