Regression report stable-2015-08-06 vs. nightly-2015-08-27

cuckoofilter is importing std::hash::hash but not using it. This unfortunately made removing that function (it was removed) a breaking change.

Proof on playpen

Sneaking in unstable imports is possible if it’s in an import list – use std::hash::{Hash, hash};

Issue #28075