Skip to content

Commit

Permalink
bless the line changes in ui/asm/aarch64/srcloc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Oct 23, 2021
1 parent e9f545b commit 8b1504c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/test/ui/asm/aarch64/srcloc.stderr
@@ -1,5 +1,5 @@
error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:11:15
--> $DIR/srcloc.rs:10:15
|
LL | asm!("invalid_instruction");
| ^
Expand All @@ -11,7 +11,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:15:13
--> $DIR/srcloc.rs:14:13
|
LL | invalid_instruction
| ^
Expand All @@ -23,7 +23,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:20:13
--> $DIR/srcloc.rs:19:13
|
LL | invalid_instruction
| ^
Expand All @@ -35,7 +35,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:26:13
--> $DIR/srcloc.rs:25:13
|
LL | invalid_instruction
| ^
Expand All @@ -47,7 +47,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:33:13
--> $DIR/srcloc.rs:32:13
|
LL | invalid_instruction
| ^
Expand All @@ -59,7 +59,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:38:14
--> $DIR/srcloc.rs:37:14
|
LL | asm!(concat!("invalid", "_", "instruction"));
| ^
Expand All @@ -71,7 +71,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:42:14
--> $DIR/srcloc.rs:41:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -83,7 +83,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:48:14
--> $DIR/srcloc.rs:47:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -95,7 +95,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:55:14
--> $DIR/srcloc.rs:54:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -107,7 +107,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:62:13
--> $DIR/srcloc.rs:61:13
|
LL | concat!("invalid", "_", "instruction"),
| ^
Expand All @@ -119,7 +119,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:69:13
--> $DIR/srcloc.rs:68:13
|
LL | concat!("invalid", "_", "instruction"),
| ^
Expand All @@ -131,7 +131,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:76:14
--> $DIR/srcloc.rs:75:14
|
LL | "invalid_instruction1",
| ^
Expand All @@ -143,7 +143,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:77:14
--> $DIR/srcloc.rs:76:14
|
LL | "invalid_instruction2",
| ^
Expand All @@ -155,7 +155,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:83:13
--> $DIR/srcloc.rs:82:13
|
LL | concat!(
| ^
Expand All @@ -167,7 +167,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:83:13
--> $DIR/srcloc.rs:82:13
|
LL | concat!(
| ^
Expand All @@ -179,7 +179,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:92:13
--> $DIR/srcloc.rs:91:13
|
LL | concat!(
| ^
Expand All @@ -191,7 +191,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:92:13
--> $DIR/srcloc.rs:91:13
|
LL | concat!(
| ^
Expand All @@ -203,7 +203,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:96:13
--> $DIR/srcloc.rs:95:13
|
LL | concat!(
| ^
Expand All @@ -215,7 +215,7 @@ LL | invalid_instruction3
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:96:13
--> $DIR/srcloc.rs:95:13
|
LL | concat!(
| ^
Expand All @@ -227,7 +227,7 @@ LL | invalid_instruction4
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:107:13
--> $DIR/srcloc.rs:106:13
|
LL | concat!(
| ^
Expand All @@ -239,7 +239,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:107:13
--> $DIR/srcloc.rs:106:13
|
LL | concat!(
| ^
Expand All @@ -251,7 +251,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:111:13
--> $DIR/srcloc.rs:110:13
|
LL | concat!(
| ^
Expand All @@ -263,7 +263,7 @@ LL | invalid_instruction3
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:111:13
--> $DIR/srcloc.rs:110:13
|
LL | concat!(
| ^
Expand Down

0 comments on commit 8b1504c

Please sign in to comment.