Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
blob: 82852f6cfbdff5e306a837689f46e2718c61b8d1 [
file
]
//@ ignore-auxiliary (used by `./two_files.rs`)
trait
Foo
{
}
type
Bar
=
dyn
Foo
;