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 6db594a commit d696b47Copy full SHA for d696b47
compiler/rustc_error_codes/src/error_codes/E0779.md
@@ -5,8 +5,7 @@ Erroneous code example:
5
```compile_fail,E0779
6
#![feature(isa_attribute)]
7
8
-#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument
9
- // should be valid
+#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument should be valid
10
pub fn something() {}
11
fn main() {}
12
```
0 commit comments