summary refs log tree commit diff
path: root/tests/ui/codemap_tests/two_files_data.rs
blob: a4e4cf7e896ed2cdeebc6117b3b24b500ac3001f (plain)
1
2
3
4
5
//@ ignore-test (auxiliary, used by other tests)

trait Foo { }

type Bar = dyn Foo;