Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Missing ref for tuple struct ctor #77

Closed
nrc opened this issue Jul 20, 2017 · 1 comment
Closed

Missing ref for tuple struct ctor #77

nrc opened this issue Jul 20, 2017 · 1 comment
Labels

Comments

@nrc
Copy link
Member

nrc commented Jul 20, 2017

e.g.,

pub const SIGNATURE_LENGTH: usize = 64;

fn main() {
    Signature(*array_ref!(bytes, 0, SIGNATURE_LENGTH))
}
@nrc
Copy link
Member Author

nrc commented Nov 1, 2017

The ref is there, but is a Variable not a Type and is pointing to a bad def id, not the definition.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant