We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec7be0 commit 89069f7Copy full SHA for 89069f7
info.toml
@@ -325,8 +325,7 @@ doing one step and then fixing the compiler errors that result!
325
So the end goal is to:
326
- get rid of the first line in main that creates the new vector
327
- so then `vec0` doesn't exist, so we can't pass it to `fill_vec`
328
- - we don't want to pass anything to `fill_vec`, so its signature should
329
- reflect that it does not take any arguments
+ - `fill_vec` has had its signature changed, which our call should reflect
330
- since we're not creating a new vec in `main` anymore, we need to create
331
a new vec in `fill_vec`, similarly to the way we did in `main`"""
332
0 commit comments