5 lines
84 B
Rust
5 lines
84 B
Rust
//@ ignore-auxiliary (used by `./two_files.rs`)
|
|
|
|
trait Foo { }
|
|
|
|
type Bar = dyn Foo;
|