rust/tests/ui/codemap_tests/two_files_data.rs
2024-02-16 20:02:50 +00:00

6 lines
85 B
XML

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