-
We need some basic scaffolding to make the generated code compilable, including:
- [x] A basic Cargo.toml file.
- [ ] Bonus point if you exclude unwanted dependencies (e.g. `.google.protobuf.Any`…
-
when running the install script on WSL2 everything goes fine up until it gets to step 3 where it throws an error,
`E: Command line option --install-if-missing is not understood in combination with th…
-
It'd be great to be able to write something like
``` sh
script:
- travis-cargo --only nightly clippy --lib
```
to run clippy on nightly. You could probably just leave arguments unparsed and pass…
-
I am currently working on a project and encountered a trait mismatch error in the `x86_64` crate while building. Since I don't have time to rewrite the library, I decided to test the crate separately …
-
When I ran this command: cargo install --git https://github.com/immunant/c2rust.git c2rust
I got this error:
Compiling pest_meta v2.7.13
error: failed to run custom build command for `c2rust-ast…
-
The following tests (in `tests/integration_tests.rs`) have issues in Windows:
1. `can_pass_input_to_command_from_a_file` - fails,
2. `fails_if_invalid_stdin_data_file_provided` - passes, but false…
-
### Describe the bug
When I run a Nushell script using `--help` flag, I want to only see the relevant help around `main` func, but it seems to be propagating to other modules in place as well.
### H…
-
### Steps to reproduce the bug with the above code
I am testing [`sgx-quote`](https://github.com/nhynes/sgx-quote) and my [PR](https://github.com/nhynes/sgx-quote/pull/2) on it.
1. Create a `rustd…
-
Source: https://docs.arbitrum.io/stylus/stylus-quickstart
Request: Update CLI commands in [quickstart](https://docs.arbitrum.io/stylus/stylus-quickstart#checking-your-stylus-project-is-valid)
Pl…
-
Hey, I am trying to deploy this project on my Mac. Because the chip architecture is different, I can not build this project on my laptop. So I write a dockerfile to simulate the X86 env and now it wor…