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
Copy file name to clipboardExpand all lines: src/doc/guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ note: in expansion of format_args!
517
517
<std macros>:1:1: 3:2 note: in expansion of println!
518
518
src/hello_world.rs:4:5: 4:42 note: expansion site
519
519
error: aborting due to previous error
520
-
Could not execute process `rustc src/hello_world.rs --crate-type bin --out-dir /home/you/projects/hello_world/target -L /home/you/projects/hello_world/target -L /home/you/projects/hello_world/target/deps` (status=101)
520
+
Could not compile `hello_world`.
521
521
```
522
522
523
523
Rust will not let us use a value that has not been initialized. So why let us
0 commit comments