-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Treat a primitive type differently from the interface for the pr…
…imitive type (#983)
- Loading branch information
1 parent
31c5b05
commit 32d80ed
Showing
8 changed files
with
32 additions
and
54 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
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
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
12 changes: 0 additions & 12 deletions
12
...cker/tests/conformance/types/primitives/number/assignFromNumberInterface2.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ker/tests/conformance/types/primitives/number/assignFromNumberInterface2.stats.rust-debug
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 2, | ||
extra_error: 1, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
12 changes: 0 additions & 12 deletions
12
...cker/tests/conformance/types/primitives/string/assignFromStringInterface2.error-diff.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ker/tests/conformance/types/primitives/string/assignFromStringInterface2.stats.rust-debug
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 0, | ||
matched_error: 2, | ||
extra_error: 1, | ||
extra_error: 0, | ||
panic: 0, | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Stats { | ||
required_error: 3704, | ||
matched_error: 6330, | ||
extra_error: 749, | ||
extra_error: 747, | ||
panic: 73, | ||
} |