Josh Stone

Results 67 issues of Josh Stone

(from https://github.com/rust-lang/backtrace-rs/issues/410#issuecomment-832871699) It would be really nice to see support for `.gnu_debugdata`, which contains compressed symbol tables. For example, the elfutils command `eu-readelf --elf-section -s file...` can read this. https://fedoraproject.org/wiki/Features/MiniDebugInfo...

enhancement
help wanted
OS-linux

We already detected whether we should be using `#![no_std]` for targets without `std` (#5), but now you can get that result and even change it.

In https://github.com/rust-num/num-complex/issues/83, they reported problems detecting features under `cargo no-std-check`, which I found to be using `RUSTC_WRAPPER` to rewrite arguments for a fake target. This seems like something that `autocfg`...

enhancement

Rust 1.45 enabled native support for `#[proc_macro]` in expression position, which supersedes `proc-macro-hack` as noted itself. However, since the decl macros in `genawaiter-macro` are calling proc macros in `genawaiter-proc-macro`, the...

Just wondering, would it be possible to use corrode as a sort of bindgen? That is, instead of generating any code, just generate all the `extern "C"` declarations of types...

As suggested in the docs, I have this setting: ```vim let g:lsp_preview_doubletap = [function('lsp#ui#vim#output#closepreview')] ``` It used to work well, but recently, that stopped working. Manually `:call`ing that function does...

wontfix

Using the [indexmap](https://github.com/bluss/indexmap) repo, I tried the following command: GIT_EXTERNAL_DIFF=difftastic git show --ext-diff 49d430808ced6d1824ec15d621acd6b0e8367c19 and got this output near the end: ![image](https://user-images.githubusercontent.com/36186/133663966-865f16c0-9283-48ae-877d-43266786be57.png) Notice how the `#[test]` attribute is interpreted, where...

## 💡 Feature description It would be nice to be able to capture referenced data, like a more general `Deserialize` which does permit borrowing. I would think `recap::from_captures` could just...

Let's use this issue to discuss changes for a hypothetical 2.0. ### Proposed - [x] Increase the MSRV from 1.18. - This is not strictly breaking, as we did state...

breaking-change