-
I tried this code:
```rust
#[repr()] const CONST: u32 = 8;
#[repr()] struct Struct;
#[repr()] trait Trait {}
#[repr()] impl Trait for Struct {}
#[repr()] fn func() { #[repr()] let a = 4; }…
-
latest release still fails with:
```
/var/lib/dkms/intel-i915-dkms/1.24.5.15.240718.18/build/drivers/gpu/drm/i915/display/intel_dp_mst.c: In function ‘intel_mst_enable_dp’:
/var/lib/dkms/intel-i9…
-
Extend Orca to support WASM GC Types
-
### Zig Version
0.14.0-dev.1860+2e2927735
### Steps to Reproduce and Observed Behavior
[Godbolt link](https://godbolt.org/z/baEqfK9on)
This code:
```zig
export fn _start() noreturn {
…
-
I'm currently writing a game that uses lua as a scripting language for characters. While trying to do something I noticed that it isn't setting to values inside structs.
For my base actor class I …
-
Wow that title is a mouthful. Here's a concrete example:
```c++
extern const __declspec(selectany) struct { int x; } foo = { 42 };
```
clang-cl gives the error:
```
> clang-cl main.cpp
main.cpp…
-
There are apparently several occurences of the `Title` struct in the website. We should not recommend people to use a struct that will be deprecated. I could do this
-
### Problem
`bn254` `FieldElement`'s are defined in [`acir_field`](https://github.com/noir-lang/noir/blob/4274efada969847e338e56793701c2f988c6f42c/acvm-repo/acir_field/src/lib.rs#L18)
```rust
pub ty…
-
On vscode im using default them like this one
i've added some customization that allows me
to clearly distinguished different types
Vscode settings snippet
```json
"editor.tokenColorCustom…
-
Hi,
I'm getting an unexpected structure size after converting my protobuf messages containing a `bytes` field with a defined `max_size` and `fixed_lentgh` set to `true`.
I'm not sure if this is t…