Skip to content

Commit a42984d

Browse files
committed
Add line break
1 parent 0172992 commit a42984d

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0779.md

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

0 commit comments

Comments
 (0)