File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ pub fn confirm_advanced() -> Result<Confirm> {
44
44
println ! ( "1) Proceed with installation (default)" ) ;
45
45
println ! ( "2) Customize installation" ) ;
46
46
println ! ( "3) Cancel installation" ) ;
47
+ print ! ( ">" ) ;
47
48
48
49
let _ = std:: io:: stdout ( ) . flush ( ) ;
49
50
let input = read_line ( ) ?;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fn blank_lines_around_stderr_log_output_install() {
85
85
assert ! ( out. stdout. contains(
86
86
r"
87
87
3) Cancel installation
88
-
88
+ >
89
89
90
90
stable installed - 1.1.0 (hash-s-2)
91
91
@@ -107,7 +107,7 @@ fn blank_lines_around_stderr_log_output_update() {
107
107
assert ! ( out. stdout. contains(
108
108
r"
109
109
3) Cancel installation
110
-
110
+ >
111
111
112
112
113
113
Rust is installed now. Great!
You can’t perform that action at this time.
0 commit comments