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 5ef474d commit 6db594aCopy full SHA for 6db594a
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 argumentt
+#[instruction_set()] // error: `[instruction_set]` requires an argument
9
pub fn something() {}
10
fn main() {}
11
```
0 commit comments