Closed
Description
Minimal example of code that crashes rustc:
extern mod std;
use std::iterator;
pub fn get_mode<T : Iterator<&'self int>>(it : & T) {}
fn main() {}
Error:
rust: task failed at 'explicit failure', rust-0.7/src/librustc/rustc.rs:354
Metadata
Metadata
Assignees
Labels
No labels