miri test of crate: thread 'rustc' panicked at 'assertion failed: sentinel == STR_SENTINEL' #91768
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm not exactly sure what code is causing this; I run my ci against stable rust (1.57.0 right now) and then run
miri test
against whatever the current nightly is. Up until today (?) both were fine; now stable is fine but themiri test
fails. Here's the GH workflow: https://github.com/turboladen/overkill-nvim/runs/4490451726?check_suite_focus=true. There are 3 crates in that repo, one of which is an ffi wrapper of sorts over neovim's exported symbols (neovim_sys
)--this is the crate that looks to be failing with miri.After poking around some other issues that seem similar, it could be that my miri builds started failing after adding a new proc-macro crate dependency...
Let me know if there's anything else I can provide to help!
Code
<code>
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: