4 lines
82 B
Rust
4 lines
82 B
Rust
//@ known-bug: rust-lang/rust#127222
|
|
#[marker]
|
|
trait Foo = PartialEq<i32> + Send;
|