Closed sashinexists closed 1 week ago
using commit e0b1a8a9dfb3c34342115a1ad516a92816c7af7e from https://github.com/sashinexists/better-twitter-archiver rustc --version --verbose
rustc 1.60.0 (7737e0b5c 2022-04-04)
host: x86_64-unknown-linux-gnu
release: 1.60.0
LLVM version: 14.0.0
cargo check
Finished dev [unoptimized + debuginfo] target(s) in 1m 13s
Doesn't seem to reproduce it. Is there a different commit that causes the ICE? Any differences in dev env you can think of that might aid in reproducing it?
Triage: Relabeling issues which don't have a runnable reproduction (as opposed to having a non-minimized one) to the new label S-needs-repro. @rustbot label +S-needs-repro -E-needs-mcve
This issue does not have a reproduction and is therefore not really actionable, closing. If you find the problem again, please open a new issue, ideally with a reproduction.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
``` ❯ RUST_BACKTRACE=1 cargo build Compiling better-twitter-archiver v0.1.0 (/var/home/sashin/ドキュメント/projects/better-twitter-archiver) Finished dev [unoptimized + debuginfo] target(s) in 4.32s ```