rustc/tests/ui/codemap_tests/two_files_data.rs
2024-05-08 17:27:53 +02:00

6 lines
84 B
Rust

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