-
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
Encountered error Unimplemented
selecting Binder(<animation::PixbufSimpleAnim as glib::translate::ToGlibPtr<*mut <animation::PixbufAnimation as glib::wrapper::Wrapper>::GlibType>>)
during codegen
#57131
Comments
csmoe
added
A-codegen
Area: Code generation
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Dec 27, 2018
I was able to trace the error down a bit. The bug in rustc occurs on this minimal example:
[package]
name = "example"
version = "0.1.0"
[dependencies]
gio = "0.5.1"
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
} Reproducable by:
My versions:
|
See reduced test case in #58375 (comment) |
Closing as a duplicate of #58375, since that one is already nominated for discussion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
in a travis build I received a compiler panic executing the command
cargo tarpaulin --out Xml
(tracking issue: xd009642/tarpaulin#186). Because I have no insights about tarpaulin, I can't provide more information as you can get from the travis build log.I will post the important parts of the log down here, TIA!
Full output of command:
The text was updated successfully, but these errors were encountered: