-
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
Do not fail on child without DefId #60982
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
No regression test? |
Sure; it would be good to minimize it if possible tho... :) |
cc @rust-lang/compiler for visibility |
r=me, the fix looks correct, but a test with minimized reproduction would be nice |
I won't be having the time to make a repro case. I will merge this PR and leave the report open with |
@bors r=petrochenkov rollup |
📌 Commit d320c7c has been approved by |
Do not fail on child without DefId Addresses rust-lang#60976, leaving open to come up with a repro case.
Do not fail on child without DefId Addresses rust-lang#60976, leaving open to come up with a repro case.
Do not fail on child without DefId Addresses rust-lang#60976, leaving open to come up with a repro case.
Do not fail on child without DefId Addresses rust-lang#60976, leaving open to come up with a repro case.
Rollup of 10 pull requests Successful merges: - #59742 (Move `edition` outside the hygiene lock and avoid accessing it) - #60581 (convert custom try macro to `?`) - #60963 (Update boxed::Box docs on memory layout) - #60973 (Avoid symbol interning in `file_metadata`.) - #60982 (Do not fail on child without DefId) - #60991 (LocalDecl push returns Local len) - #60995 (Add stream_to_parser_with_base_dir) - #60998 (static_assert: make use of anonymous constants) - #61003 (Remove impls for `InternedString`/string equality.) - #61006 (adjust deprecation date of mem::uninitialized) Failed merges: r? @ghost
Addresses #60976, leaving open to come up with a repro case.