-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
create def ids for impl traits during ast lowering #102483
Conversation
d275c25
to
f67909e
Compare
f67909e
to
ba9000c
Compare
This comment has been minimized.
This comment has been minimized.
ba9000c
to
9080c2f
Compare
It turned out that this was way simpler to what I was trying to do. @cjgillot I think it's ready unless there's something outside ui tests that need to be blessed because def_ids ordering/numbers have changed now. |
This comment has been minimized.
This comment has been minimized.
This looks like a bug in the stable hasher. This branch is only used for item-relative spans ( |
9080c2f
to
b2bef02
Compare
@cjgillot now should be ready |
@bors r+ |
@bors rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#102361 (Fix ICE in const_trait check code) - rust-lang#102373 (Flush delayed bugs before codegen) - rust-lang#102483 (create def ids for impl traits during ast lowering) - rust-lang#102490 (Generate synthetic region from `impl` even in closure body within an associated fn) - rust-lang#102492 (Don't lower assoc bindings just to deny them) - rust-lang#102493 (Group together more size assertions.) - rust-lang#102521 (rustdoc: add missing margin to no-docblock methods) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @cjgillot