blob: a1c3b35c2e7ca6945e0f98d4bc64761c7660bfe6 [file] [log] [blame]
//@ check-pass
trait Cert {
type PublicKey<'a>: From<&'a [u8]>;
}
fn main() {}