-
All generated HTML web pages are covered by this issue.
This issue covered all generated HTML files, including generated entry `index.html` files, top level web pages (both constructed form data su…
-
```
#!watchflakes
post
-
### Steps to reproduce
run flutter version above 3.13.9
run a simulator with ios 12.4
on start it will crash with this lines of error
```
2024-01-28 11:08:13.064781+0300 Runner[22443:89449] f…
-
### What happened?
While running detox on android it failed to work after building the test apk again. The same config worked before using the old test binary. So seems like the update to 20 is the c…
-
## Motivation
At the moment the type of `($)` is:
`($) :: forall r a (b :: TYPE r). (a -> b) -> a -> b`
which means that `a` is not representation polymorphic. It is indeed not possible to …
-
This is a tracking issue for the "match ergonomics using default bindings mode" RFC (rust-lang/rfcs#2005).
**Status:** Awaiting stabilization PR and docs PR! [Mentoring instructions here](https://g…
-
For this code:
```rust
fn doit(data: &'static mut ()) {
|| doit(data);
}
```
(works fine if you drop the `mut`, still happens with a `move` closure).
The compiler (stable and nightly)…
-
Migrated from [rt.perl.org#24250](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=24250) (status was 'open')
Searchable as RT24250$
p5pRT updated
6 months ago
-
The following code compiles just fine:
```rust
trait Trait {}
fn assert_send(ptr: *mut dyn Trait) -> *mut (dyn Trait + Send) {
ptr as _
}
```
This basically unsafely asserts that our unde…
-
Hey,
I was redirected here by support@github.com - it seems that JSX Highlighting is broken on Github.
For example: https://gist.github.com/cozos/d6636a93cba29c77e3221f2ca30212b0
``` jsx
import Rea…
cozos updated
5 months ago