Skip to content

Commit

Permalink
update repeated attribute error to trunk format
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Jan 18, 2025
1 parent cfe925f commit 04922e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/tests/wgsl_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ fn use_me(a: i32) -> i32 {
return 10;
}
"#,
r#"error: repeated attribute: 'must_use'
r#"error: repeated attribute: `must_use`
┌─ wgsl:3:2
3 │ @must_use
Expand Down

0 comments on commit 04922e3

Please sign in to comment.