rust/tests/ui/codemap_tests/two_files_data.rs
2023-04-15 16:11:42 -07:00

6 lines
84 B
Rust

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