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
@@ -107,7 +107,7 @@ we considered starting with only allowing this in the root `mod` (e.g. `main.rs`
107
107
but decided to allow it in any file mostly for ease of implementation.
108
108
Like with Python, this allows any file in a package (with the correct deps and `mod`s) to be executed, allowing easier interacting experiences in verifying behavior.
109
109
110
-
As for the hard-coded infostring used by cargo, that is a decision for [RFC 3502](https://github.com/rust-lang/rfcs/pull/3502).
110
+
As for the hard-coded infostring used by cargo, that is a decision for [RFC 3502].
111
111
112
112
## Syntax
113
113
@@ -562,3 +562,5 @@ Continuous blocks
562
562
Distinct blocks is more like the source inspiration, markdown,
563
563
though has more noise, places to get things wrong, and syntax questions
0 commit comments