Commit 62b3fdc
authored
Fix internal assertions renaming types using
* Fix internal assertions renaming types using `with`
This commit fixes a fuzz bug that cropped up trying to rename a type
using `with`. The destination type that was created didn't have its new
name registered.
* Fix build on latest nightly
Some new warnings cropping up to handle.with (bytecodealliance#2215)1 parent c76a5c9 commit 62b3fdc
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3592 | 3592 | | |
3593 | 3593 | | |
3594 | 3594 | | |
3595 | | - | |
3596 | | - | |
3597 | | - | |
3598 | 3595 | | |
3599 | 3596 | | |
| 3597 | + | |
| 3598 | + | |
| 3599 | + | |
| 3600 | + | |
| 3601 | + | |
3600 | 3602 | | |
3601 | 3603 | | |
3602 | 3604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments