]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-5572.rs
Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc
[rust.git] / tests / ui / issues / issue-5572.rs
1 // check-pass
2 #![allow(dead_code)]
3 // pretty-expanded FIXME #23616
4
5 fn foo<T: ::std::cmp::PartialEq>(_t: T) { }
6
7 pub fn main() { }