Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

traits bug: T has not been defined #889

Open
g-r-a-n-t opened this issue May 24, 2023 · 0 comments
Open

traits bug: T has not been defined #889

g-r-a-n-t opened this issue May 24, 2023 · 0 comments
Labels
v2-resolve This issue will be resolved in fe-v2 implementation

Comments

@g-r-a-n-t
Copy link
Member

g-r-a-n-t commented May 24, 2023

// `T` has not been defined
pub fn read<T: MemoryBufferRead>(mut self) -> T {
  T::read_buf(writer: self)
}

https://github.com/g-r-a-n-t/fe/blob/bd18a94b0c295105c598918c349a2781b35e1978/crates/library/std/src/buf.fe#L261-L264

Originally posted by @g-r-a-n-t in #885 (comment)

@Y-Nak Y-Nak added the v2-resolve This issue will be resolved in fe-v2 implementation label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2-resolve This issue will be resolved in fe-v2 implementation
Projects
None yet
Development

No branches or pull requests

2 participants