-
## Information
The problem arises in chapter:
* [ ] Introduction
* [ ] Text Classification
* [ ] Transformer Anatomy
* [ ] Multilingual Named Entity Recognition
* [ ] Text Generation
* [ ] …
-
```rust
#![feature(type_alias_impl_trait)]
struct Foo;
trait Bar {}
impl Bar for Foo {}
type Tait() where Tait = Foo;
}
fn foo {
|| {
needs_bar();
};
Foo
}
```
But they also ma…
-
I'll try keeping track of some useful helper functions to include in `willow-rs`.
- [ ] Some form of `Range::new_exact`:
```rs
impl Range {
fn new_exact_path(path: Path) -> Self;
}
…
-
`PullSpp.fn()` extracts data for all species from a single year of the WCGBTS, which takes forever. This function acts to supply a lookup data frame for common name to scientific name for species caug…
-
### Aim
```noir
#[foo(32)]
comptime fn foo(_f: FunctionDefinition, i: u32) {
println(std::meta::type_of(i));
}
fn main() {}
```
### Expected Behavior
`u32` to be printed
### Bug
`Field` is p…
-
### Zig Version
0.14.0-dev.1509+fb81522e0
### Steps to Reproduce and Observed Behavior
`foo.zig`:
```zig
pub fn foo() !void {}
pub fn main() !void {
const T = @TypeOf(foo);
con…
-
### Zig Version
0.14.0-dev.2034+56996a280
### Steps to Reproduce and Observed Behavior
```zig
const std = @import("std");
test "example" {
const gpa = std.testing.allocator;
var list:…
-
Quickwit compile times are pretty long, this could by some part be caused by overly complex warp types.
Below is an example of such a type. We probably should break these type chains by boxing them.…
-
# The problem
The signature of [`std::panic::Location::file`](https://doc.rust-lang.org/std/panic/struct.Location.html#method.file) is currently:
```rs
pub struct Location {
pub const fn file(&se…
-
Indirect calls (in the `__IA2_CALL` macro) write the function to call to the `ia2_fn_ptr` variable, and then call gates read it back.
From a threading perspective, this is trivially racy if multipl…