7 lines
69 B
Rust
7 lines
69 B
Rust
//@ known-bug: #140100
|
|
fn a()
|
|
where
|
|
b: Sized,
|
|
{
|
|
println!()
|
|
}
|