Skip to content

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

Description

@metajack

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>([]);  
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions