-
Os: win10
toolchain: stable-x86_64-pc-windows-msvc
config.toml
```
[target.thumbv7m-none-eabi]
# uncomment this to make `cargo run` execute programs on QEMU
runner = "qemu-system-arm -cpu cor…
-
I am totally new to rust development and started to learn by picking up this game at https://github.com/thiolliere/ruga and couldnt run it because of this error. Thought this can be a good thing to so…
-
On 64-bit targets `i128` maps directly to `__int128` but on targets that don't support it (seeming all
-
-
IPv6 tests are not passing in the code as-is under Ubuntu 18.04 ( at least in my LXC rust development container).
I'd imagine the issue is deeper in one of the libraries since your example code i…
-
### Problem
The release profile is used when wanting to build an optimized binary. Thus, I think it would be logical to optimize it to the fullest, sometimes at the cost of a greater build time, but …
-
I only got LTO to inline the rust functions by adding `--emit=llvm-ir` to the `RUSTFLAGS`.
Not sure if this is a bug in llvm/rust, but I had a rather long journey of: trying in various containers, …
w0xel updated
2 years ago
-
As we have planned for some time (old PoC: https://github.com/systemd/systemd/pull/19598 ), we wish to introduce Rust into the codebase. We have a volunteer to start from systemd-stub, which is nicely…
-
I haven't been able to find a way to obtain evaluated macro constants directly from clang. It is possible to obtain definitions, so a solution could be to try to run clang's inliner on the definition…
-
Modern languages like Rust or Golang make heavy use of vendoring for their dependencies, therefore we cannot easily link applications against libraries from the Ubuntu archive, which are supported and…
slyon updated
3 weeks ago