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
Use `#!/usr/bin/env` shebang
```
$ ls /bin/bash
ls: cannot access '/bin/bash': No such file or directory
```
On certain systems, `/bin` and `/usr/bin` are nothing but wastelands, with just `env`around as the last survivor of the great purge. The binaries have cowardly hidden away and only `env` can show us the way to greatness (bash). ❄️
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Adds `--use-local-toolchain` to Kani's setup flow, which accepts a local
toolchain and then uses that to finish the Kani setup.
Some notes:
1. Why? This is mainly for installing GPG verified toolchains.
2. This is missing some cleanup and refactoring work, like ensuring that
the user defined toolchain matches the one that Kani was built against
etc. Marked as Todo, for later.
Resolves [rust-lang#3058](model-checking/kani#3058)
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
It's on the roadmap but I can't find a bug for it.
Change closure syntax to
fn
,fn:copy
,fn:send
, etc.The text was updated successfully, but these errors were encountered: