mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-03 10:37:47 +00:00
6 lines
85 B
XML
6 lines
85 B
XML
//@ ignore-test (auxiliary, used by other tests)
|
|
|
|
trait Foo { }
|
|
|
|
type Bar = dyn Foo;
|