rust/tests/ui/codemap_tests/two_files_data.rs

6 lines
84 B
Rust

//@ ignore-auxiliary (used by `./two_files.rs`)
trait Foo { }
type Bar = dyn Foo;