Skip to content

argv argument on rust_start lang item etc. has incorrect type #5405

Closed
@brson

Description

@brson
Contributor

It says argv is *c_char but it should be **c_char.

Activity

added a commit that references this issue on Mar 31, 2013

auto merge of #5638 : luqmana/rust/5405, r=brson

brson

brson commented on Apr 20, 2013

@brson
ContributorAuthor

Thanks, luqmana.

added a commit that references this issue on Apr 15, 2020
fada4b2
added a commit that references this issue on Apr 15, 2020

Auto merge of rust-lang#71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC

d223029
added 2 commits that reference this issue on May 2, 2020

Fixes rust-lang#5405: redundant clone false positive with arrays

ab3946d

Auto merge of rust-lang#5453 - rabisg0:fix/redundant_clone, r=phansch

74e9256
added a commit that references this issue on Jun 23, 2022

Merge pull request rust-lang#5405 from calebcartwright/subtree-sync-2…

224f1c9
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

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @brson@luqmana

        Issue actions

          argv argument on `rust_start` lang item etc. has incorrect type · Issue #5405 · rust-lang/rust