-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
generic_const_exprs: associated type with const parameter set by associated const gives "undefined reference" linker errors #100217
Labels
C-bug
Category: This is a bug.
Comments
Also repro's on windows: Windows linker error
rustc version:
|
This was referenced Aug 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MVCE:
(longer than I'd usually like an MVCE to be, but I couldn't find any more ways to shorten it)
Output with linker error:
Rustc version:
Also looked at other issues, one of these may be a dupe but none match the structure of the MVCE or the same linker error:
RUSTC_FLAGS="-Zsymbol-mangling-version=v0"
, no differencefeature(generic_const_exprs)
#82268cc
failed: exit code: 1" regression in release build with const generics #73298The text was updated successfully, but these errors were encountered: