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