Skip to content

Commit

Permalink
Remove duplicated char
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Nov 13, 2024
1 parent 04f2806 commit 75565c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0778.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Erroneous code example:
```compile_fail,E0778
#![feature(isa_attribute)]
#[instruction_set()] // error: `[instruction_set]` requires an argumentt
#[instruction_set()] // error: `[instruction_set]` requires an argument
pub fn something() {}
fn main() {}
```
Expand Down

0 comments on commit 75565c4

Please sign in to comment.