Content-Length: 24475 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../../error_codes/./E0779.html

E0779 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0779

Note: this error code is no longer emitted by the compiler

An unknown argument was given to the instruction_set attribute.

Erroneous code example:

#![feature(isa_attribute)]

#[instruction_set(intel::x64)] // error: invalid argument
pub fn something() {}
fn main() {}

The instruction_set attribute only supports two arguments currently:

  • arm::a32
  • arm::t32

All other arguments given to the instruction_set attribute will return this error. Example:

#![feature(isa_attribute)]

#[cfg_attr(target_arch="arm", instruction_set(arm::a32))] // ok!
pub fn something() {}
fn main() {}

For more information see the instruction_set attribute section of the Reference.









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/string/../error/../string/../../error_codes/./E0779.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy