generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[F] SoundnessKani failed to detect an issueKani failed to detect an issue
Description
There are two cases where the assert in gotoc statement assignment is failing [0]
-
When the types are wrapped (e.g. in a Cell) array types when one has an explicit length (e.g.,
[T;N]) and the other is inferred ([T;_]). E.g.:StructTag("tag-std::cell::RefCell<[bool; 16]>")andStructTag("tag-std::cell::RefCell<[bool; _]>") -
When the types are closures. E.g.,
Pointer { typ: StructTag("tag-[[email protected]:536:13: 546:14]") }andPointer { typ: StructTag("tag-[[email protected]:503:13: 509:14]") }
The root cause is the naming of these symbol associated with these types.
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[F] SoundnessKani failed to detect an issueKani failed to detect an issue