mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
290 lines
5.7 KiB
Text
290 lines
5.7 KiB
Text
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:12:15
|
|
|
|
|
LL | asm!("invalid_instruction");
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:16:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:21:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:27:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:3:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:34:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:3:13
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:39:14
|
|
|
|
|
LL | asm!(concat!("invalid", "_", "instruction"));
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:43:14
|
|
|
|
|
LL | "invalid_instruction",
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:49:14
|
|
|
|
|
LL | "invalid_instruction",
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:56:14
|
|
|
|
|
LL | "invalid_instruction",
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:3:1
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:63:13
|
|
|
|
|
LL | concat!("invalid", "_", "instruction"),
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:70:13
|
|
|
|
|
LL | concat!("invalid", "_", "instruction"),
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:77:14
|
|
|
|
|
LL | "invalid_instruction1",
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction1
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:78:14
|
|
|
|
|
LL | "invalid_instruction2",
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction2
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:84:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction1
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:84:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction2
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:93:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction1
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:93:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction2
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:97:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:3:1
|
|
|
|
|
LL | invalid_instruction3
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:97:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:4:1
|
|
|
|
|
LL | invalid_instruction4
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:108:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:1:2
|
|
|
|
|
LL | invalid_instruction1
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:108:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:2:1
|
|
|
|
|
LL | invalid_instruction2
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:112:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:4:1
|
|
|
|
|
LL | invalid_instruction3
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:112:13
|
|
|
|
|
LL | concat!(
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:5:1
|
|
|
|
|
LL | invalid_instruction4
|
|
| ^
|
|
|
|
error: unrecognized instruction mnemonic
|
|
--> $DIR/srcloc.rs:125:14
|
|
|
|
|
LL | "invalid_instruction"
|
|
| ^
|
|
|
|
|
note: instantiated into assembly here
|
|
--> <inline asm>:4:1
|
|
|
|
|
LL | invalid_instruction
|
|
| ^
|
|
|
|
error: aborting due to 24 previous errors
|
|
|