// Regression test for issue #28158 // Test the type binding span doesn't include >> use std::ops::Deref; fn homura>(_: T) {} //~^ ERROR not found fn main() {}