trailing-comma-0.stderr 183 B

1234567
  1. error: Attributes must be separated by commas
  2. --> tests/rsx/trailing-comma-0.rs:9:13
  3. |
  4. 9 | class: "foo bar"
  5. | ^^^^^
  6. |
  7. = help: Did you forget a comma?