We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172992 commit a42984dCopy full SHA for a42984d
compiler/rustc_error_codes/src/error_codes/E0779.md
@@ -5,7 +5,8 @@ Erroneous code example:
5
```compile_fail,E0779
6
#![feature(isa_attribute)]
7
8
-#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument should be valid
+#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument
9
+ // should be valid
10
pub fn something() {}
11
fn main() {}
12
```
0 commit comments