Vadim Petrochenkov
Vadim Petrochenkov
Wishlist: functions with keyword args, optional args, and/or variable-arity argument (varargs) lists
> If you want heterogenous variadicity, you gotta go with macros, after all the Rust macro system is very powerful. And then you have to limit the length of your...
cc @nrc who hated the idea
Duplicate of https://github.com/rust-lang/rfcs/issues/557 (but this issue has a better name and examples, not mentioning some pre-1.0 features).
>`ToComputedValue` Macros defined by 2015 edition crates are supposed to "just work" on 2018 edition with help edition hygiene, which is not completely implemented currently. https://github.com/rust-lang/rust/pull/50999 tried to hygienize imports,...
>The drawback is that I think it will not be backwards compatible, it will require Rust 1.61. You can use https://crates.io/crates/version_check to do it conditionally. That's better than hacks, at...
>LLVM calls ARMv8 AArch64. Some ARM documents call it A64 \ All the listed names mean different things. - ARMv8 - ARM *architecture* version 8 - ARMv8-A - *Architectural profile*...
`profile_local` runs successfully though. ``` .\target\x86_64-pc-windows-msvc\release\collector.exe profile_local self-profile "C:\Users\we\.cargo\bin\rustc.exe" 127 --include await-call-tree Profiling 127 with SelfProfile 1 benchmark remaining Preparing await-call-tree Running await-call-tree: Check + [Full, IncrFull, IncrUnchanged, IncrPatched] Running...
@wesleywiser No, the CPU is Intel. Details ``` Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz Intel64 Family 6 Model 60 Stepping 3, GenuineIntel Microcode signature: 0000001A HTT * Hyperthreading enabled CET...
Blocked on https://github.com/rust-lang/rust/pull/100147.
@bors r=lqd