Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Nov 16, 2024
1 parent 6db594a commit d696b47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/rustc_error_codes/src/error_codes/E0779.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Erroneous code example:
```compile_fail,E0779
#![feature(isa_attribute)]
#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument
// should be valid
#[instruction_set(intel::x64)] // error: `[instruction_set]` attribute argument should be valid

Check failure on line 8 in compiler/rustc_error_codes/src/error_codes/E0779.md

View workflow job for this annotation

GitHub Actions / PR - mingw-check-tidy

line longer than 80 chars
pub fn something() {}
fn main() {}
```
Expand Down

0 comments on commit d696b47

Please sign in to comment.