This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
test
/
run-pass
/
coherence-copy-bound.rs
14 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
librustc: Have coherence check Copy kind bounds when determining whether parameter substitutions could possibly unify. r=nmatsakis
2012-12-13 16:13:37 -08:00
trait
X
{
}
impl
<
A
:
Copy
>
A
:
X
{
}
struct
S
{
x
:
int
,
drop
{
}
}
impl
S
:
X
{
}
check-fast fallout from removing export, r=burningtree
2013-02-01 19:43:17 -08:00
pub
fn
main
(
)
{
}
librustc: Have coherence check Copy kind bounds when determining whether parameter substitutions could possibly unify. r=nmatsakis
2012-12-13 16:13:37 -08:00
Reference in New Issue
Copy Permalink