-
Currently, if you attempt to use GenericArray (see https://docs.rs/generic-array/1.1.0/generic_array/) with a fixed array size, even if the element stored in the array is both `IntoBytes` and `Unalign…
-
Hello. I'm trying to get mail folders with list() method.
```
resp = await client.list('""', '^.*$')
>>> Response(result='OK', lines=[b'List completed (0.002 + 0.000 + 0.001 secs).'])
```
But I…
-
Hey, thanks for the great crate!
It would be neat if there was a failable version, for cases when an enumeration with an integral `repr` doesn't use the full range (some bit patterns are invalid). …
-
This:
```rust
enum SimpleEnum {
A,
B,
C,
D,
E,
}
```
produces this f* code:
```fstar
type t_SimpleEnum =
| SimpleEnum_A : t_SimpleEnum
| SimpleEnum_B : t_SimpleEnum
| SimpleE…
-
*Moved from #85263 as the PR has been merged.*
# Summary of safety of pattern matching against Rust `union`s
*Written by @Smittyvb, copied from https://github.com/rust-lang/rust/pull/85263#issue…
-
Hi,
With the latest changes I seem to have some broken dependencies. When trying to run the gdlint or gdformat hooks from pre commit I get the following errors (shown below). I haven't made any ch…
-
Hello Eio team,
I've been re-using the pattern from `Eio.Resource` in the [provider](https://github.com/mbarbin/provider) project. Recently, I've spent some time trying to make the use of `Obj.magi…
-
For most patterns and in safe code, "evaluation"(/matching?) order of subpatterns does not matter, but there is (that I can think of) one instance on stable where pattern evaluation order matters: mat…
-
- Java Topics:
- [x] #13
- [x] #14
- [ ] #16
- [x] #15
- [ ] #17
- [x] #18
- [x] #19
- [x] #20
- [ ] #21
- [ ] #22
- [ ] #23
- [ ] #24
- [ ] #25
- [ ] #26
…
-
### Code
```Rust
trait MyTrait {
#[repr(align)]
fn myfun();
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (759e07f06 2024-10-30)
binary: rustc
commit-hash: 759e07…