2025-08-20 14:02:39 -04:00
|
|
|
// https://github.com/rust-lang/rust/issues/5572
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ check-pass
|
2018-09-25 23:51:35 +02:00
|
|
|
#![allow(dead_code)]
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2014-05-29 17:45:07 -07:00
|
|
|
fn foo<T: ::std::cmp::PartialEq>(_t: T) { }
|
2013-03-26 21:26:29 -07:00
|
|
|
|
2013-09-25 00:43:37 -07:00
|
|
|
pub fn main() { }
|