We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This used to work in 1.11 but errors in 1.12 with B not defined:
B
struct A{T} end let for B in () end let B{T} = A{T} B end end
Bisected to #54773.
The text was updated successfully, but these errors were encountered:
const
const lowering: resolve scopes under assign-const-if-global
cbce6cd
Fixes JuliaLang#57574 Co-authored-by: Em Chu <im.mlechu@gmail.com>
64672f5
mlechu
No branches or pull requests
This used to work in 1.11 but errors in 1.12 with
B
not defined:Bisected to #54773.
The text was updated successfully, but these errors were encountered: