Skip to content

str doesn't have clear method #7900

@jeaye

Description

@jeaye
let mut s = ~"foo";
/* type `~str` does not implement any method in scope named `clear` */
s.clear();
s

"~str should implement Container + Mutable" says strcat.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jeaye@huonw@bluss

        Issue actions

          str doesn't have clear method · Issue #7900 · rust-lang/rust