Skip to content

This code takes suspciously long to converge #766

Closed
@jruderman

Description

@jruderman
fn main() { ret (ret m) as int + 1; }

fn main() { ret (ret m as int) + 1; }

fn main() { ret ret m as int + 1; }

fn main() { ret ret (m as int) + 1; }

The last one is finally stable, but it clearly doesn't do the same thing as the first line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-prettyArea: Pretty printing (including `-Z unpretty`)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions