Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

ices/66367.sh: fixed with no errors #353

Merged
merged 1 commit into from
May 6, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 5, 2020

Issue: rust-lang/rust#66367

#!/bin/bash

mkdir temp
cd temp
touch lib.rs
rustc +nightly lib.rs --crate-type=lib -C incremental=incr
rustc +nightly lib.rs --crate-type=lib -C incremental=incr -C save-temps
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The assertion that caused ICE was removed.

@JohnTitor JohnTitor merged commit 8e0dd4d into master May 6, 2020
@JohnTitor JohnTitor deleted the autofix/ices/66367.sh branch May 6, 2020 04:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants