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
/
run-make-fulldeps
/
many-crates-but-no-match
/
crateA2.rs
blob: 8db07a015ff2a3c993152ae0341c86674de002c1 (
plain
)
1
2
3
4
#![crate_name=
"crateA"
]
// Base crate
pub
fn
func
<
T
>
()
{
println!
(
"hello"
);
}