-
The error occurs in src/models/plan_analysis.rs at line 48, in the file where the unwrap() method is being called.
Im on ubuntu with this start cmd:
`cargo run --release -- --name sLoTTeR --miss…
-
### Code
```Rust
fn main {
// please see attached files for full code
let x = 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+ (repeat 100k times) +1;
}
```
### Affected release channels
- [ ] Previous Stable
- […
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm trying out Zed again today after a few months of going back to VS Code because of usabil…
-
I've seen several questions about re-using `#[pyclass]` types between multiple Rust packages, for example on [gitter](https://gitter.im/PyO3/Lobby?at=5fdc8b47aa6bb528c3592ec1), [stack overflow](https:…
-
Hi! It looks like this code in `ctr32_encrypt_blocks` has undefined behaviours.
https://github.com/briansmith/ring/blob/befdc87ac7cbca615ab5d68724f4355434d3a620/src/aead/aes/ffi.rs#L174-L202
I r…
-
On Windows:
thread 'main' panicked at 'Failed to create a new Rust project: Error { kind: NotFound, message: "program not found" }', build/src/build.rs:23:10
note: run with `RUST_BACKTRACE=1` envi…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
```rs
fn main() {
let _: Vec = ""
.lines()
.filter_map(|x| {
…
-
First the error message
```
Updating git repository `https://github.com/markbt/abomonation`
Updating crates.io index
Updating git repository `https://github.com/facebookexperimental/ru…
-
### Expected behavior
When a scan is not found, or contains invalid data the backend warns in logs, however the API fails to pass on this warning and instead reports everything being fine. This giv…
-
I have tried multiple ways of trying to login greeting message from tauri on the rust side, but nothing works. So the app is compiling, however no logs, I see greeting message in the android emulator,…