rustc/tests/ui/codemap_tests/two_files_data.rs
2024-06-21 09:39:33 +02:00

6 lines
85 B
XML

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