mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 07:26:48 +00:00
8 lines
69 B
Rust
8 lines
69 B
Rust
//@ known-bug: #140100
|
|
fn a()
|
|
where
|
|
b: Sized,
|
|
{
|
|
println!()
|
|
}
|