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

actually use substs during const eval #4422

Open
oli-obk opened this issue Aug 20, 2019 · 0 comments
Open

actually use substs during const eval #4422

oli-obk opened this issue Aug 20, 2019 · 0 comments

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Aug 20, 2019

The field

substs: SubstsRef<'tcx>,
is currently dead code (defaults to an empty slice always). We should make it be the current body's identity substs. Not sure if these are available in the LateContext or if we need to fetch them via the identity_substs query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant