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
We can generate a Cargo.toml file containing a [[bin]] entry for every exercise.
This should make things much smoother and less hacky, especially because we have many issues related to the language server.
This should also enable us to use Cargo instead of rustc to run the exercises. That would especially make Clippy exercises less of a trouble. This approach also allows us to easily add dependencies to the exercises in case we want to do so in the future.
manyinsects and antoinecoVeykril, eirnym and antoineco