
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
6 lines
100 B
Rust
6 lines
100 B
Rust
//@ check-pass
|
|
#![allow(dead_code)]
|
|
|
|
fn foo<T: ::std::cmp::PartialEq>(_t: T) { }
|
|
|
|
pub fn main() { }
|