~sircmpwn/hare#928: 
harec segfaults when attempting to index a pointer at compile-time

let arr = [1, 2, 3];
let ptr = &arr;
let idx = &ptr[1]; // should error
Status
RESOLVED FIXED
Submitter
~sebsite
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
10 months ago
Labels
bug easy harec

~turminal REPORTED FIXED 11 months ago

Alexey Yerin referenced this ticket in commit 68d8440.

~ecs 10 months ago

Alexey Yerin referenced this ticket in commit 68d8440.

Register here or Log in to comment, or comment via email.