oxalica
oxalica
> I'd rather wait for [anticonceal ](https://github.com/neovim/neovim/pull/9496) to be merged, otherwise we're going to have to hack it with virtual text on the right (how the plugins do it) Personally,...
Any update here? I'm also waiting for 0.4.0
> we need better query for this. Did you try matching It doesn't work either. It only shift the `else if` line back. Since the indentation is still accumulated for...
I have wl-copy installed but use X in most times. This issue made the plugin totally unusable for me.
@bjorn3 > This is going to be very hard to implement, as this basically requires a reimplementation of the layout code in rustc: [...] is 2776 lines long If we...
The CC is used by `rustc` as a linker. You could [set `cargo` configurations](https://doc.rust-lang.org/stable/cargo/reference/config.html#targettriplelinker) to overide it. The default name (`gcc` on Linux) seems to be fixed in `rustc` and...
Now we experimentally exported `default` toolchains as flake outputs in https://github.com/oxalica/rust-overlay/blob/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd/flake.nix#L46-L67 You can access toolchains without introducing another overlay but via flake outputs. Overriding them is also possible. ``` rust-overlay.packages.${system}.rust...
`clippy` works out-of-box. I'd assume you are referring to `miri` and `cargo-miri`. I tried to package miri-sysroot before, in order to avoid `xargo` and `cargo miri setup`. But the key...
I applied your patch and I still got a slightly different test failure when building on and targeting riscv64-linux-gnu. Is this related or another issue? ``` 270/388 Test #257: test_memtrace_stacks...
> Yes, that test needs to be skipped at the moment since memtrace cannot obtain a valid trace on riscv64. See [zhaofengli/nixpkgs@9e7cbec](https://github.com/zhaofengli/nixpkgs/commit/9e7cbec888e2817f64df9913362f941e59c7e0be) That's unfortunate. Could you elaborate the issue of...