-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mullvad-vpn build fails after jnix crate upgrade to v0.2.0 #69490
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
searched nightlies: from nightly-2020-02-11 to nightly-2020-02-18 @rustbot modify labels: -E-needs-bisection |
pub trait Trait<T> {
const S: &'static str;
}
impl<T> Trait<()> for T
where
T: for<'a> Trait<std::marker::PhantomData<&'a ()>>,
{
const S: &'static str = T::S;
} @rustbot modify labels: -E-needs-mcve |
triage: P-high. Removing nomination. |
I'm also getting this error. Meta
Backtrace:
|
…, r=nikomatsakis Use TypeRelating for instantiating query responses `eq` can add constraints to `RegionConstraintData`, which isn't allowed during borrow checking outside of a `CustomTypeOp`. Use `TypeRelating` instead to always push constraints to the obligations list. closes rust-lang#69490
…, r=nikomatsakis Use TypeRelating for instantiating query responses `eq` can add constraints to `RegionConstraintData`, which isn't allowed during borrow checking outside of a `CustomTypeOp`. Use `TypeRelating` instead to always push constraints to the obligations list. closes rust-lang#69490
…, r=nikomatsakis Use TypeRelating for instantiating query responses `eq` can add constraints to `RegionConstraintData`, which isn't allowed during borrow checking outside of a `CustomTypeOp`. Use `TypeRelating` instead to always push constraints to the obligations list. closes rust-lang#69490
mullvad-vpn build fails after jnix crate upgrade to v0.2.0
I tried this code:
sudo pacman -Russnc mullvad-vpn
sudo rm -rf /var/cache/mullvad-vpn/
sudo rm -rf /var/log/mullvad-vpn/
git clone https://aur.archlinux.org/mullvad-vpn.git
cd mullvad-vpn
makepkg -si
I expected to see this happen: build completes without errors
Instead, this happened: rustc panicks at 'assertion failed: data.is_empty()', src/librustc_infer/infer/mod.rs:1288:9
Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: