-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE with metadata, ifaces, and generic functions #2380
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
Comments
This might be another example of #2318. |
@jdm: It doesn't look like it. I just did a |
Dup of #2383. Added the test as an additional test case. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
isatty tweaks `@saethlin` I realized we need to gate this behind the isolation flag, sorry. :/ The point of isolated mode is that it is 100% deterministic, so we cannot call host functions that might give different answers on different runs.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Co-authored-by: Qinheping Hu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good morning,
I ran into an ICE when trying to return a generic implementation across a crate. Here's a reduced example of the bug:
https://gist.github.com/2689394
a.rs:
b.rs:
Errors with:
The text was updated successfully, but these errors were encountered: