1 2 3 4 5 6 7 8 9 10
// aux-build:ufuncs.rs extern crate ufuncs; use ufuncs::udrop; fn main() { udrop as fn([u8]); //~^ERROR E0277 }