Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
blob: a4e4cf7e896ed2cdeebc6117b3b24b500ac3001f [
file
] [
log
] [
blame
] [
edit
]
//@ ignore-test (auxiliary, used by other tests)
trait
Foo
{
}
type
Bar
=
dyn
Foo
;