-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Compiler error: can't dereference const of type [int, .. 5]
(fails in ast_util.rs:776)
#16815
Comments
Can you provide the code to reproduce this as well? |
@alexcrichton I'd love to! The project is 100+ files though and I'm unsure how to debug this kind of error with rustc - is there a way to pass |
Do you have a repository that can reproduce this that we could look at? |
Sorry I'm afraid I don't! Do you have any tips for diving into debugging myself? |
This looks similar:
|
After updating to the latest master I no longer have this problem, closing. |
…r=lnicola fix: Don't auto-close block comments in strings Fixes rust-lang#16815
I came across this just now when updating a large personal project to the latest nightly - The project seems to begin compiling successfully (it starts showing warnings) and then this occurs towards the end of the build:
(I just checked master as well and it gives the same error)
The text was updated successfully, but these errors were encountered: