-
To prove that the error only happens with generic types, comment out the `FIELD` symbol definition at line # 1
Error
---
System.Exception: Could not resolve reference to field: field
at Cecil…
-
This is my writeup re: https://github.com/rust-lang/hashbrown/pull/543#issuecomment-2295041421
cc #290 as this should also strive to fix that as well. Ideally, by the end of the refactor, we should…
-
Similarly to `inline-start` keyword which may mean “right” or “left” depending on the language, I think we should support
* `digits` as an alias of `decimal` on English pages, `arabic-indic` on Arabi…
-
Now users are facing very verbose generic definitions and multiple steps to perform simple task on elements/graph updates.
I will keep this ticket here and definitely think of some optimizations o…
-
#49 proposes making process_into_buffer() more generic by accepting a slice of mutable references instead of a slice of vectors. However, even this doesn't cater to all use cases. In my codebase, I ha…
-
While working on https://github.com/rust-lang/rust/pull/87777 I noticed that variants of `Box::new` keep growing. Currently they follow a pattern of `{try?}_new_{uninit, zeroed, _}_{slice?}_{in?}`.
…
-
#### Analyzer package
Microsoft.CodeQuality.Analyzers
#### Analyzer
InternalOptionalParametersRequired
#### Repro steps
Consider the following code:
```csharp
class Foo
{
publ…
-
We would like slowly start showing on-chain NFTs as there is an existing project to demonstrate this on GLMR https://onchaindudes.com/
https://t.me/@Mohd429 is author for future consulting, check i…
-
Having `std::io::Error` permeates much of `std::io`, blocking many crates from being used in `no_std` environments or [re-implementing functionality](https://github.com/jethrogb/rust-core_io).
I b…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7124 |
|Radar | None |
|Original Reporter | @stephentyron…