Emil Gardström

Results 117 issues of Emil Gardström

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [ ] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ###...

feature-request
A-wsl2-host

Suppose a user has the env var `BINDGEN_EXTRA_CLANG_ARGS_` set. They now want to add `-v` to clang, so they'll set `BINDGEN_EXTRA_CLANG_ARGS=-v`, thinking it'll work, but it wont. I wonder if...

resolves #8581 changelog: [`disallowed_methods`]: Allow specific trait impls via qualified call syntax to be linted.

S-waiting-on-review

`/ci diff` doesn't always properly catch the run action. See https://github.com/rust-embedded/svd2rust/issues/805#issuecomment-1925954871_

Should we have a way to make `svd2rust` output a `[dependencies]` and `[features]` given a set of arguments? ``` svd2rust cargo-toml --impl-defmt defmt -i STM32F30x.svd ``` would give ```toml [dependencies]...

in 1.75 AFIT and RPITIT are stabilized, is there anything that needs this or would benefit from it?

This came up in discussion over at [Twitch API Discord](https://discord.com/channels/325552783787032576/1113231411483254814/1113240481648885812) currently, it can be hard to reason how to deal with a method like ```rs fn(Self, impl Into) ``` we...

enhancement