You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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