Skip to content

fn_call_style has no "Compressed" variant #2010

@gnzlbg

Description

@gnzlbg

Check this out. Before:

let a = i8x32::new(
             0, 1, -1, 2,	
             -2, 3, -3, 4,
             -4, 5, -5, std::i8::MAX,	
             std::i8::MIN + 1, 100, -100, -32,	
             0, 1, -1, 2,	
             -2, 3, -3, 4,	
             -4, 5, -5, std::i8::MAX,	
             std::i8::MIN + 1, 100, -100, -32);

After

let a = i8x32::new(
            0,
            1,
            -1,
            2,
            -2,
           3,
            -3,
            4,
             -4,
             5,
             -5,
             std::i8::MAX,
             std::i8::MIN + 1,
             100,
            -100,
            -32,
             0,
            1,
             -1,
             2,
             -2,
             3,
             -3,
             4,
             -4,
             5,
             -5,
             std::i8::MAX,
             std::i8::MIN + 1,
             100,
             -100,
             -32,
         );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions