Skip to content

Add build entries that run rustc similar to the default package. #436

Open
@marcospb19

Description

@marcospb19

I'm learning Rust, and was using the sublime's default Rust package, it allows me to run rustc and then, run the executable, here's the command.

"shell_cmd": "rustc \"$file\" && \"./$file_base_name\"",

After installing Rust Enhanced, I'm unable to run like this.

I can make a little hack here editing the .build file, but my proposal is to add the equivalent command to this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions