rust/tests/ui/codemap_tests/two_files_data.rs

6 lines
85 B
XML

//@ ignore-test (auxiliary, used by other tests)
trait Foo { }
type Bar = dyn Foo;