Skip to content

Commit 01dba83

Browse files
committed
fix ui/rustc_public-ir-print outputs
1 parent b7b8b75 commit 01dba83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ui/rustc_public-ir-print/async-closure.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: This is highly experimental output it's intended for stable-mir developers only.
1+
// WARNING: This is highly experimental output it's intended for rustc_public developers only.
22
// If you find a bug or want to improve the output open a issue at https://github.com/rust-lang/project-stable-mir.
33
fn foo() -> () {
44
let mut _0: ();

tests/ui/rustc_public-ir-print/basic_function.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: This is highly experimental output it's intended for stable-mir developers only.
1+
// WARNING: This is highly experimental output it's intended for rustc_public developers only.
22
// If you find a bug or want to improve the output open a issue at https://github.com/rust-lang/project-stable-mir.
33
fn foo(_1: i32) -> i32 {
44
let mut _0: i32;

tests/ui/rustc_public-ir-print/operands.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: This is highly experimental output it's intended for stable-mir developers only.
1+
// WARNING: This is highly experimental output it's intended for rustc_public developers only.
22
// If you find a bug or want to improve the output open a issue at https://github.com/rust-lang/project-stable-mir.
33
fn operands(_1: u8) -> () {
44
let mut _0: ();

0 commit comments

Comments
 (0)