-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
error: internal compiler error: src/librustc/hir/def.rs:265: attempted .def_id() on invalid def: NonMacroAttr(Builtin) #58519
Comments
This is fixed by #58501. |
I'm currently working on
|
I'm also hitting this problem. Marking as a regression as comments seem to indicate this started only recently. |
This should have been fixed by #58543 You probably just need to rebase |
That did help, thanks @oli-obk -- any reason not to close as fixed? |
I've reproduced the original issue on an older nightly and confirmed that it's fixed on the current one ( |
I get this error when compiling https://github.com/paritytech/substrate docs via
cargo doc --release --verbose
(50bfe375). In fact we're usingrustc 1.32.0 (9fda7c223 2019-01-16)
for a while now on this repo, but recent code changes caused this bug to appear. See: https://gitlab.parity.io/parity/substrate/-/jobs/123140This issue seems to be related, but its fix didn't help here.
The text was updated successfully, but these errors were encountered: