We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target\debug\graphpu.exe
Hello,
I'm sorry I'm new to Rust and try to understand a bit of it through your project.
Unfortunately I haven't been able to run my own compiled version.
I tried
cargo build
and
> cargo run warning: trait `StringValueLookup` is never used --> lib\naga\src\front\wgsl\mod.rs:850:7 | 850 | trait StringValueLookup<'a> { | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `naga` (lib) generated 1 warning Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s Running `target\debug\graphpu.exe` error: process didn't exit successfully: `target\debug\graphpu.exe` (exit code: 0xc0000374, STATUS_HEAP_CORRUPTION)
Any idea what is wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm sorry I'm new to Rust and try to understand a bit of it through your project.
Unfortunately I haven't been able to run my own compiled version.
I tried
and
Any idea what is wrong?
The text was updated successfully, but these errors were encountered: