summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coercion/auxiliary/issue-39823.rs
blob: 3af9c68f2331d6781b1cccf0fe3780cad475a27b (plain)
1
2
3
4
5
6
7
#![crate_type="rlib"]

#[derive(Debug, PartialEq)]
pub struct RemoteC(pub u32);

#[derive(Debug, PartialEq)]
pub struct RemoteG<T>(pub T);