-
TODO: Populate this
- https://github.com/google/zerocopy/pull/329#discussion_r1317486715
-
In this code, two generators are defined. Their definitions should be equivalent. The async-fn variant where lifetimes are elided works fine, but the variant where the lifetimes are defined explicitly…
-
This check generates `"move negation inside multiplication"` steps. These usually appear at the start and end of the sub-steps in a check. This is because they're putting the AST in a form that othe…
-
If we write something like:
```
id (a: t) (b: t) -> t = b
```
This should be the same as writing:
```
id a b: t -> t -> t = b
```
That is, the type variable `t` across the annotations …
j-hui updated
2 years ago
-
This is a tracking issue for the `elided_lifetimes_in_associated_constant` future-incompatibility lint.
The goal of this page is describe why this change was made and how you can fix code that is a…
-
| | |
| --- | --- |
| Bugzilla Link | [40571](https://llvm.org/bz40571) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@zygoloid |
## Extended Descrip…
-
### What is the problem this feature would solve?
Being able to see the output of stack traces when running bun with `--filter` enabled.
### What is the feature you are proposing to solve the proble…
-
#### Version
Coq 8.8.2
#### Operating system
Red Hat Enterprise Linux Workstation 7.4
#### Description of the problem
The following code does not behave as expected.
```coq
(** We u…
-
At the moment, call confirm windows looks like this, see pict.1. The phrase does not fit into the window and it is circumcised. Round buttons are also cut off from above and from below.
![1](https://…
-
I think the flattening step of the MIR elaborator has the necessary type information to determine (conservatively) whether a type is zero-sized or not, and to elide it if so. I also think this can be …