-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throws a graceful type error for `ctpop` in the code gen. Adds the expectation to the test case. Marks the test case as no longer `fixme`
- Loading branch information
1 parent
caec631
commit 3285620
Showing
6 changed files
with
65 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
error: Type check failed for intrinsic `ctpop`: Expected integer type, found () | ||
| | ||
12 | let n = ctpop(()); | ||
| ^^^^^^^^^ | ||
|
||
error: aborting due to previous error |
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
tests/expected/intrinsics/sub_with_workflow_ice_fixme/arithmetic_zst_fixme.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.