-
### Did you check docs and existing issues?
- [x] I have read all the NeMo-Guardrails docs
- [x] I have updated the package to the latest version before submitting this issue
- [ ] (optional) I have …
-
Found while reviewing #126597 for the nth and final time. Many parts of the emitter look fishy to me wrt. Unicode handling and to be honest it was quite *frustrating* to review code related to it beca…
-
## 问题一:使用命令编译报错
```
> rustc --version --verbose
rustc 1.82.0 (f6e511eec 2024-10-15)
binary: rustc
commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14
commit-date: 2024-10-15
host: aarch64-app…
-
Noticed on https://github.com/bazelbuild/rules_rust/pull/2866, the [bzlmod BCR presubmit on windows](https://buildkite.com/bazel/rules-rust-rustlang/builds/12160#01920253-e433-4b2c-842d-53b69b6b62b9) …
-
The unused parentheses in parameters causes internal compiler error however it is perfectly fine in the body.
rustc provides a nice warning and compiles the code.
### Code
https://godbolt.or…
-
From :
```
error: target path "/home/runner/.cargo/git/checkouts/rust-gpu-11142fd2aadc2318/9be942e/crates/spirv-builder/target-specs/spirv-unknown-vulkan1.2.json" is not a valid file
```
I thi…
-
```sh
nix-build --attr worlds.default.sel4-kernel-loader
```
yields
```console
fetching git input 'git+https://github.com/coliasgroup/seL4.git'
fetching git input 'git+https://github.com/co…
-
mentioned in #13 this would be a useful operation to have for (float) operations in cfavml itself. for subnormal or large numbers, computing it directly will lead to underflow or overflow. I'm in the …
-
When I open a new file in `tests/` (e.g. `tests/my_test.rs`), `rust-analyzer` gives an unlinked file diagnostic:
```
This file is not included in any crates, so rust-analyzer can't offer IDE services…
-
For the rust guidelines, we have `- [ ] If you must use 'unsafe', include a comment explaining why you believe its use is sound and its behavior is correct and well defined` and there's a crate for t…