-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Do not ICE when failing to normalize during inlining. #97696
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
I wonder if we should just remove the icy versions of these functions. |
I think we ought to -- places that really need them to be infallible should be responsible for it with |
This comment has been minimized.
This comment has been minimized.
f4d722f
to
5f48478
Compare
5f48478
to
2e301c8
Compare
Anyways, removing those functions is probably follow-up work. r=me once CI is happy |
@bors r+ |
📌 Commit 2e301c8 has been approved by |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#97446 (Make hir().get_generics and generics_of consistent.) - rust-lang#97656 (Add a suggestion to replace parentheses with angle brackets on associated trait constraint) - rust-lang#97692 (Add `#T-types/nominated` zulip notification) - rust-lang#97696 (Do not ICE when failing to normalize during inlining.) - rust-lang#97702 (Remove useless LocalDefId in ImplTraitContext::Universal.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #97695