"Type :help for help", similar to ghci
This commit is contained in:
parent
15e44381af
commit
da94580ddc
@ -389,7 +389,7 @@ pub fn main() {
|
||||
if istty {
|
||||
io::println("WARNING: The Rust REPL is experimental and may be");
|
||||
io::println("unstable. If you encounter problems, please use the");
|
||||
io::println("compiler instead.");
|
||||
io::println("compiler instead. Type :help for help.");
|
||||
|
||||
unsafe {
|
||||
do rl::complete |line, suggest| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user