Folkert de Vries
Folkert de Vries
basically the same as https://github.com/roc-lang/roc/issues/6066
well that was more work that expected. A bunch of the constants and one struct are defined only in newer kernel versions (this causes problems on the 0.2 branch on...
@JohnTitor this is actually waiting for review, but I don't think I can update the label? (not sure how this workflow is supposed to work?)
ah, rustbot got more helpful in newer PRs @rustbot review
I can, but I'm very sure the `Bump` is not dropped. Here is the source ```rust pub fn specialize_all, layout_cache: &mut LayoutCache { specialize_all_help(env, &mut procs, layout_cache); // When calling...
here is a different error, in a totally different place ``` thread '' panicked at 'Went past end of probe sequence', /home/folkertdev/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/mod.rs:176:9 stack backtrace: 0: rust_begin_unwind at /rustc/2fd73fabe469357a12c2c974c140f67e7cdd76d0/library/std/src/panicking.rs:493:5 1: core::panicking::panic_fmt...
I've tried replacing the `BumpMap`s with normal `MutMap`s, and then converting to `BumpMap` one-by-one. It seems that making any of those fields a `BumpMap` re-introduces the problem though, so that...
sure, you should have just received an invite to the project from @rtfeldman. be sure to check `BUILDING_FROM_SOURCE.md ` because there are some additional things to install. The problem manifests...
any luck?
that's eh... interesting. As you can see, it's really just a rust application, so this is very unexpected. So it's just dumb luck that we're observing this issue with the...