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

ices/73626.sh: fixed with no errors #424

Merged
merged 1 commit into from
Jul 15, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#73626

#!/bin/bash

rustc -Zunstable-options --pretty=expanded - << EOF
fn main(/*
    ---
*/) {}

EOF
=== stdout ===
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::v1::*;
#[macro_use]
extern crate std;
fn main() 
 /*
     ---
 */ {
}

=== stderr ===
==============

=== stdout ===
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::v1::*;
#[macro_use]
extern crate std;
fn main() 
 /*
     ---
 */ {
}

=== stderr ===
==============
@JohnTitor JohnTitor merged commit 5e9e73e into master Jul 15, 2020
@JohnTitor JohnTitor deleted the autofix/ices/73626.sh branch July 15, 2020 12:24
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