Content-Length: 13255 | pFad | https://doc.rust-lang.org/reference/../std/../std/vec/../sync/../rc/../../error_codes/./E0778.html

E0778 - 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 E0778

The instruction_set attribute was malformed.

Erroneous code example:

#![feature(isa_attribute)]

#[instruction_set()] // error: expected one argument
pub fn something() {}
fn main() {}

The parenthesized instruction_set attribute requires the parameter to be specified:

#![allow(unused)]
#![feature(isa_attribute)]

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

or:

#![allow(unused)]
#![feature(isa_attribute)]

fn main() {
#[cfg_attr(target_arch="arm", instruction_set(arm::t32))]
fn something() {}
}

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/reference/../std/../std/vec/../sync/../rc/../../error_codes/./E0778.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy