Results 490 comments of Jacob Lifshay

> As an aside, it'd be nice if type aliases permitted instantiation: they do, if you use curly braces (except for tuples): https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b95fe39281037ac567cfc8dfa7aba44b i think it'd also be nice to...

I'd suggest mentioning in the original RFC's text that it was amended in #3161

> The "changelog" section doesn't contain links (yet) and this isn't the first amendment either - should I go back and link in all of the PRs to this file...

to avoid the issue with `quote!(#k#var)` changing how it's parsed, how about instead have the raw keyword syntax use the currently illegal token `'keyword'` (or `k'keyword'`), where `keyword` is any...

I'd imagine rustc could add a workaround to do the return lowering in rustc if the LLVM bug is not easy to fix or we want to support old LLVM...

It seems to work fine from clang: https://gcc.godbolt.org/z/8xbrWE

> ``` > impl Splitting for Vec { > fn split_item_mut(&mut self, idx: usize) -> (&mut T, OtherIterMut) { > ``` `Debug` shouldn't be required

that link is dead, afaict the updated link is https://git.openpower.foundation/systemsoftware/Programming-Guides/issues/2

I haven't started working on this yet, we're currently focusing on getting Libre-SOC's ISA extensions into the next version of PowerISA so I don't plan on working on this in...

> > so don't necessarily assume VMX/VSX is supported (Libre-SOC cpus will be supporting SVP64 instead, and the [PowerPC Open Hardware Notebook](https://www.powerpc-notebook.org/en/) doesn't support VMX/VSX in Little-Endian mode) and especially...