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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
issue-2311.rs
blob: f46228e9846d8411a4b3f7c7b2443753a4e33a06 (
plain
)
1
2
3
4
5
6
iface clam<A> { } iface foo<A> { fn bar<B,C:clam<A>>(c: C) -> B; } fn main() { }