index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
generic-tag-local.rs
blob: 63e2e195285b1f1fd3be85aa4a9bc6c328177048 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
tag
clam
[
T
]
{
a
(
T
);
}
fn
main
()
{
auto
c
=
a
(
3
);
}