-
Right now a build script's output is always linked to a library if it's available (and to a binary if there is no library available). There is a use case, however, where a library doesn't actually use…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelate…
-
## Description
I think we should only use rebase merges for our PRs. reasons:
- I believe this is what the nixpkgs repo uses so we'd be in line with them.
- It produces a much nicer git history be…
-
Boost does not support `pkg-config`, so to link against it, we rely on CC wrapper passing `-isystem ${boost.dev}/include` to the compiler and LD wrapper passing `-L${boost}/lib` to the linker to make …
-
I tried this code:
```rust
struct F(fn(A) -> O);
trait Fun {
type O;
type A;
}
impl Fun for F {
type O = O;
type A = A;
}
trait Gen {
type B;
}
fn a() {
…
-
I have tried several things and it seems impossible to pass arguments to rustmt.
especially the edition. Is it possible to specify --edition 2021. But if I set Rust formatter like that:
```
("Ru…
-
Hi, I updated a small project to tide-v0.15 from tide-v0.9 and found that the latency surges to about 50+ms(while the old is
-
I'm using `PeerCredentials` functionality to extract the remote end of a unix domain socket, but all of the fields in the resulting `ucred` struct are private. I can work around this by doing an unsaf…
-
We currently build for
```
aarch64-unknown-linux-gnu,
armv7-unknown-linux-gnueabihf,
x86_64-unknown-linux-gnu,
i686-unknown-linux-gnu
```
I tried to enable arm…
-
Hi! I'm trying to convert the template project to boot but when I try to build a jar of the main class I get this error on runtime
```
Exception in thread "main" clojure.lang.ExceptionInfo: Error on…