Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
blob: a4e4cf7e896ed2cdeebc6117b3b24b500ac3001f [
file
]
//@ ignore-test (auxiliary, used by other tests)
trait
Foo
{
}
type
Bar
=
dyn
Foo
;