index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
blob: 6abeac0dd2e7e2dd4ce6cf41d533f57ed48104bd (
plain
)
1
2
3
4
5
// ignore-test (auxiliary, used by other tests)
trait
Foo
{
}
type
Bar
=
dyn
Foo
;