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

more misc stage2 fixes #11733

Merged
merged 4 commits into from
May 27, 2022
Merged

more misc stage2 fixes #11733

merged 4 commits into from
May 27, 2022

Conversation

Vexu
Copy link
Member

@Vexu Vexu commented May 26, 2022

Closes #11135
Closes #11543
Closes #11632
Closes #11179

src/Sema.zig Outdated
const msg = try sema.errMsg(
block,
elem_index_src,
"values of type '{}' must be comptime known, but index value is runtime known ",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found the CI error:

Suggested change
"values of type '{}' must be comptime known, but index value is runtime known ",
"values of type '{}' must be comptime known, but index value is runtime known",

@andrewrk andrewrk merged commit 4994ac1 into ziglang:master May 27, 2022
TUSF pushed a commit to TUSF/zig that referenced this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment