File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ macro_rules! post_install_msg_win {
142
142
( ) => {
143
143
r"# Rust is installed now. Great!
144
144
145
- To get started you need Cargo's bin directory ({cargo_home}\bin) in your `PATH`
145
+ To get started you need Cargo's bin directory ({cargo_home}\\ bin) in your `PATH`
146
146
environment variable. Future applications will automatically have the
147
147
correct environment, but you may need to restart your current shell.
148
148
"
@@ -165,7 +165,7 @@ macro_rules! post_install_msg_win_no_modify_path {
165
165
( ) => {
166
166
r"# Rust is installed now. Great!
167
167
168
- To get started you need Cargo's bin directory ({cargo_home}\bin) in your `PATH`
168
+ To get started you need Cargo's bin directory ({cargo_home}\\ bin) in your `PATH`
169
169
environment variable. This has not been done automatically.
170
170
"
171
171
} ;
You can’t perform that action at this time.
0 commit comments