Skip to content

自由変数の型推論が上手くいってない #180

Description

@kumavale
fn main() {
    let mut count = 1;
    let f = || {
        count += 1;
    };
}
thread 'main' panicked at 'cannot to ilstr: {unknown}', src\keyword.rs:203:38

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions