Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
"use fatal" when constant folding.
This prevents us from getting a Failure and constant-folding to that. Stashing a Failure away is a bad idea since we might be in a "use fatal" context, and cannot enforce that.
- Loading branch information