We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An LLVM failure results from compiling this program:
use std; import std::map::hashmap; import std::map; fn main() { let buggy_map :hashmap<uint, &uint> = hashmap::<uint, &uint>(uint::hash, uint::eq); let x = ~1; buggy_map.insert(42, x); }