-
I tried this code: ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=c6770bcd61c964dafc6d39bf6f0baf60))
```rust
#![feature(generic_associated_types)]
use …
-
| Info | Value |
|-|-|
| Artifact | `net.bytebuddy:byte-buddy:1.15.10` (LATEST) |
| JRE | 11 |
## Context
I am extending a third-party application which dynamically loads extensions via `URLC…
-
Maybe we could do something similar to https://rensbr.eu/blog/swiftui-diffing and add a method for diffing directly to `View` (which by default delegates to the body). This might also let us implement…
fwcd updated
2 months ago
-
Relates to https://github.com/rust-lang/rust/pull/89970 and potentially to https://github.com/rust-lang/rust/issues/90808.
```rust
#![feature(generic_associated_types)]
trait MyTrait {
typ…
-
## Overview
[`@typescript-eslint/no-invalid-void-type`](https://typescript-eslint.io/rules/no-invalid-void-type) has a couple of surprisingly tricky issues associated with it:
* #6547
* #7227
…
-
### Brief description of your issue
Several folks have been confused about what happens when there is no exact match to a package.
The instructions at https://learn.microsoft.com/windows/package-man…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
In 1.9: it was possible to qurery the method table to see whether a given function has a 2 argument method: e.g.
```
julia> g(u::Float64,p) = u
julia> hasmethod(g, Tuple{Int, Int})
false
julia> has…
-
Be clear about the motivation here, in particular, why function overloading (that we have now) is not sufficient, e.g. for return types, for I/O functions?
dbenn updated
2 weeks ago
-
KAS currently ~~requires~~ may use unstable language features when using nightly Rust.
Features enabled by the `nightly` feature flag (optional but recommended):
- `proc_macro_diagnostic` — us…