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

ices/69092.rs: fixed with errors #310

Merged
merged 1 commit into from
Mar 12, 2020
Merged

ices/69092.rs: fixed with errors #310

merged 1 commit into from
Mar 12, 2020

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#69092

#![feature(asm)]

fn main() {
    unsafe { asm!(".ascii \"Xen\0\""); }
}
=== stdout ===
=== stderr ===
error: <inline asm>:1:9: error: expected string in '.ascii' directive
        .ascii "Xen
               ^

 --> /home/runner/work/glacier/glacier/ices/69092.rs:4:14
  |
4 |     unsafe { asm!(".ascii \"Xen\0\""); }
  |              ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: <inline asm>:1:9: error: expected string in '.ascii' directive
        .ascii "Xen
               ^

 --> /home/runner/work/glacier/glacier/ices/69092.rs:4:14
  |
4 |     unsafe { asm!(".ascii \"Xen\0\""); }
  |              ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

==============
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment to the issue, marked as fixed.

@JohnTitor JohnTitor merged commit 24791fd into master Mar 12, 2020
@JohnTitor JohnTitor deleted the autofix/ices/69092.rs branch March 12, 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.

None yet

2 participants