with_sess called before set_parse_sess on nightly #50184
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
cargo build
outputThis looks awfully similar to #41610.
This is on
rustc 1.27.0-nightly (ac3c2288f 2018-04-18)
, but I can reproduce back to2018-04-16
. I can't test further back because a library restricts the compiler version to newer than 04-16.macOS 10.13.4, Rust installed via
rustup
and notbrew
.Reproduced on
ubuntu
Docker image and on a Debian 9 Linode.This example repository will produce this issue when
cargo build
is used.The text was updated successfully, but these errors were encountered: