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

ices/99331.sh: fixed with no errors #1349

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#99331

#!/bin/bash

rustc -Zunpretty=expanded - <<'EOF'

extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI

fn main() { }

EOF

=== stdout ===
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
extern "路濫狼á́́" fn foo() {}
//~ ERROR invalid ABI

fn main() {}

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

=== stdout ===
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
extern "路濫狼á́́" fn foo() {}
//~ ERROR invalid ABI

fn main() {}

=== stderr ===
==============
@JohnTitor JohnTitor merged commit b1d2721 into master Jul 19, 2022
@JohnTitor JohnTitor deleted the autofix/ices/99331.sh branch July 19, 2022 06: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