Skip to content

Commit d696b47

Browse files
committed
Fix
1 parent 6db594a commit d696b47

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0779.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Erroneous code example:
55
```compile_fail,E0779
66
#![feature(isa_attribute)]
77
8-
#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument
9-
// should be valid
8+
#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument should be valid
109
pub fn something() {}
1110
fn main() {}
1211
```

0 commit comments

Comments
 (0)