kouhe3
Results
14
comments of
kouhe3
guys!! i create a pr to add win af unix to std. hope you test it! https://github.com/rust-lang/rust/pull/147335
```rust #![feature(default_field_values)] struct Config { port: u16 = 8080, debug: bool = false, } fn main(){ let a = Config{..}; } ``` rust analyzer give error ``` missing structure fields:...
same, f56819db693dba84feb3716e278b5be0a7378633 fixed here