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