Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comptime crash when attempting to access member of nonexistent symbol #936

Closed
tgschultz opened this issue Apr 21, 2018 · 1 comment
Closed
Labels
bug Observed behavior contradicts documented or intended behavior

Comments

@tgschultz
Copy link
Contributor

test "comptime nonexistent symbol member access" {
    comptime { var x = doesnt_exist.whatever; }
}
@tiehuis tiehuis added the bug Observed behavior contradicts documented or intended behavior label Apr 21, 2018
@andrewrk
Copy link
Member

I believe this was caused by 6b4f6eb and fixed by 6e57243.

andrewrk added a commit that referenced this issue Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior
Projects
None yet
Development

No branches or pull requests

3 participants