Closed
Description
The repl seems rather unstable in 0.8.
$ uname -a
Linux typhoon 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ 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> fn testfunc() { println("testfunc"); }
rusti> testfunc()
Segmentation fault (core dumped)
Activity
thestinger commentedon Oct 19, 2013
It has been removed in master. The 0.8 version was just a tag on master, and doesn't receive any patches.
Update `trait_duplication_in_bounds.rs` ui test to add regression for #…
Auto merge of rust-lang#12155 - GuillaumeGomez:fix-9961, r=blyxyas