1 2 3 4 5 6 7
// check-pass #![allow(dead_code)] // pretty-expanded FIXME #23616 fn foo<T: ::std::cmp::PartialEq>(_t: T) { } pub fn main() { }