]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-5572.rs
Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=notriddle
[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() { }