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

ices/80060.sh: fixed with no errors #607

Merged
merged 1 commit into from
Jan 8, 2021
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 8, 2021

Issue: rust-lang/rust#80060

#!/bin/bash

rustc -Z mir-opt-level=2 -Z instrument-coverage - <<EOF
pub fn main() {
    let c = || {};
    c();
}
EOF
=== stdout ===
=== stderr ===
warning: `-Z mir-opt-level=2` (or any level > 1) enables function inlining, which is incompatible with `-Z instrument-coverage`. Inlining will be disabled.

==============

=== stdout ===
=== stderr ===
warning: `-Z mir-opt-level=2` (or any level > 1) enables function inlining, which is incompatible with `-Z instrument-coverage`. Inlining will be disabled.

==============
@Alexendoo Alexendoo merged commit 733fba4 into master Jan 8, 2021
@Alexendoo Alexendoo deleted the autofix/ices/80060.sh branch January 8, 2021 14:14
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