Skip to content

could not compile std_detect on FreeBSD aarch64 rust 1.59.0 #1289

Closed
@MikaelUrankar

Description

@MikaelUrankar

error log:

error: cannot find macro `asm` in this scope
  --> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:37:13
   |                                                                                                                           
37 |             asm!(       
   |             ^^^                                                                                                           
   |                                                                                                                           
   = note: consider importing this macro:                                                                                      
           core::arch::asm 
                                                                                                                               
error: cannot find macro `asm` in this scope
  --> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:52:13
   | 
52 |             asm!(               
   |             ^^^                          
   |
   = note: consider importing this macro:
           core::arch::asm

error: cannot find macro `asm` in this scope
  --> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:83:13
   |
83 |             asm!(
   |             ^^^
   |
   = note: consider importing this macro:
           core::arch::asm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions