index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
blob: 82852f6cfbdff5e306a837689f46e2718c61b8d1 (
plain
)
1
2
3
4
5
//@ ignore-auxiliary (used by `./two_files.rs`)
trait
Foo
{
}
type
Bar
=
dyn
Foo
;