Ilnur Iskhakov

Results 5 comments of Ilnur Iskhakov

I've also noticed that removing `DynDb` associated type makes the test pass

Same here with USBPcap 1.2.0.4 and USB ADSL WAN Modem (D-Link DSL-200 Generation III). Had tried on windows 10 x64, windows 7 x64, windows xp x32. I can capture other...

Another workaround preserving original names: ##### wrapper.h ```C #include #include #define MARK_FIX_753(req_name) const unsigned long int Fix753_##req_name = req_name; MARK_FIX_753(USBDEVFS_CONTROL); MARK_FIX_753(USBDEVFS_BULK); ``` ##### build.rs ```Rust ... #[derive(Debug)] pub struct Fix753...

The concrete issue is that the second match is erroneously reported as non-exhaustive . --- Related fixmes https://github.com/rust-lang/rust-analyzer/blob/4cbf23c192517cfebb0d754987aae95bc683b7a4/crates/hir-ty/src/diagnostics/match_check/usefulness.rs#L295-L299 https://github.com/rust-lang/rust-analyzer/blob/4cbf23c192517cfebb0d754987aae95bc683b7a4/crates/hir-ty/src/diagnostics/match_check/usefulness.rs#L314-L318

Seems like Pixiv is blocking requests without a referer. This shell command works fine: ```bash curl -H "Referer: https://www.pixiv.net/" https://i.pximg.net/img-original/img/2021/01/29/00/18/38/87369838_p0.png ```