File: bitfield_field_duplicate_name.stderr

package info (click to toggle)
rust-bitfields 0.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 400 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
error: The field name 'a' is duplicated, each field must have a unique name.
 --> tests/compile_error_cases/bitfield_field_duplicate_name.rs:6:5
  |
6 |     a: u8,
  |     ^