Skip to content

Rusti crashes on my system when I type "let mut a = 4;" into it. #7732

Closed
@vi

Description

@vi
$ rusti
WARNING: The Rust REPL is experimental and may be
unstable. If you encounter problems, please use the
compiler instead. Type :help for help.
rusti> 2+2
4
rusti> fn qqq() -> int { let mut q = 3; q}
rusti> qqq()
3
rusti> let mut q = 3;
Segmentation fault

Rust is e95fcfa .
uname -a -> Linux vi-notebook 3.8.3 #12 SMP Thu Apr 4 15:08:07 FET 2013 i686 GNU/Linux

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

    Issue actions