Skip to content
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

ICE when using rust-core-foundation's CFDictionary type #6364

Closed
metajack opened this issue May 9, 2013 · 2 comments
Closed

ICE when using rust-core-foundation's CFDictionary type #6364

metajack opened this issue May 9, 2013 · 2 comments

Comments

@metajack
Copy link
Contributor

metajack commented May 9, 2013

Here's a backtrace of the failure: https://gist.github.com/metajack/5548289

And here's a small failing program:

extern mod core_foundation;

use core_foundation::base::{CFTypeRef};
use core_foundation::string::{CFStringRef};
use core_foundation::dictionary::{CFDictionary};

fn main() {
    let _dic = CFDictionary::new::<CFStringRef, CFTypeRef>([]);  
}
@metajack
Copy link
Contributor Author

This appears to be fixed by #6380

Will close once that lands.

@metajack
Copy link
Contributor Author

It has landed.

flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 22, 2020
revisiting a typo

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant